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:
David Hampton 2006-09-07 16:32:10 +00:00
parent f2dfa79324
commit b5a0ce15a4
5 changed files with 11 additions and 0 deletions

View File

@ -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,

View File

@ -31,6 +31,7 @@
*
*/
#include "config.h"
#include <glib.h>
#include <glib/gi18n.h>
#include <libpq-fe.h>

View File

@ -15,6 +15,7 @@
* 02110-1301, USA.
*/
#include "config.h"
#include <glib.h>
#include <libpq-fe.h>
#include <stdlib.h>

View File

@ -25,6 +25,7 @@
* 02110-1301, USA.
*/
#include "config.h"
#include "qof.h"
#include "cashobjects.h"
#include "test-stuff.h"

View File

@ -22,6 +22,7 @@
* December 2001
*/
#include "config.h"
#include <ctype.h>
#include <glib.h>
#include <time.h>