mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Include config.h a couple of places.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14819 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f2dfa79324
commit
b5a0ce15a4
@ -1,3 +1,10 @@
|
||||
2006-09-07 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/backend/postgres: Include config.h a couple of places.
|
||||
|
||||
* src/engine/gnc-budget.c: Use the glib-compat.h file for backward
|
||||
compatible function names.
|
||||
|
||||
2006-09-03 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* lib/libqof/qof/qofbackend.h, src/gnome-utils/gnc-file.c,
|
||||
|
@ -31,6 +31,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <libpq-fe.h>
|
||||
|
@ -15,6 +15,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <libpq-fe.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -25,6 +25,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "qof.h"
|
||||
#include "cashobjects.h"
|
||||
#include "test-stuff.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
* December 2001
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <glib.h>
|
||||
#include <time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user