r14819 - gnucash/trunk - Include config.h a couple of places.

David Hampton hampton at cvs.gnucash.org
Thu Sep 7 12:32:11 EDT 2006


Author: hampton
Date: 2006-09-07 12:32:10 -0400 (Thu, 07 Sep 2006)
New Revision: 14819
Trac: http://svn.gnucash.org/trac/changeset/14819

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/backend/postgres/putil.c
   gnucash/trunk/src/backend/postgres/test/test-db.c
   gnucash/trunk/src/backend/postgres/test/test-load-backend.c
   gnucash/trunk/src/backend/postgres/test/test-period.c
Log:
Include config.h a couple of places.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-09-07 16:14:27 UTC (rev 14818)
+++ gnucash/trunk/ChangeLog	2006-09-07 16:32:10 UTC (rev 14819)
@@ -1,3 +1,10 @@
+2006-09-07  David Hampton  <hampton at 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 at tuhh.de>
 
 	* lib/libqof/qof/qofbackend.h, src/gnome-utils/gnc-file.c,

Modified: gnucash/trunk/src/backend/postgres/putil.c
===================================================================
--- gnucash/trunk/src/backend/postgres/putil.c	2006-09-07 16:14:27 UTC (rev 14818)
+++ gnucash/trunk/src/backend/postgres/putil.c	2006-09-07 16:32:10 UTC (rev 14819)
@@ -31,6 +31,7 @@
  * 
  */
 
+#include "config.h" 
 #include <glib.h> 
 #include <glib/gi18n.h>
 #include <libpq-fe.h>  

Modified: gnucash/trunk/src/backend/postgres/test/test-db.c
===================================================================
--- gnucash/trunk/src/backend/postgres/test/test-db.c	2006-09-07 16:14:27 UTC (rev 14818)
+++ gnucash/trunk/src/backend/postgres/test/test-db.c	2006-09-07 16:32:10 UTC (rev 14819)
@@ -15,6 +15,7 @@
  *  02110-1301, USA.
  */
  
+#include "config.h" 
 #include <glib.h>
 #include <libpq-fe.h>
 #include <stdlib.h>

Modified: gnucash/trunk/src/backend/postgres/test/test-load-backend.c
===================================================================
--- gnucash/trunk/src/backend/postgres/test/test-load-backend.c	2006-09-07 16:14:27 UTC (rev 14818)
+++ gnucash/trunk/src/backend/postgres/test/test-load-backend.c	2006-09-07 16:32:10 UTC (rev 14819)
@@ -25,6 +25,7 @@
  *  02110-1301, USA.
  */
  
+#include "config.h" 
 #include "qof.h"
 #include "cashobjects.h"
 #include "test-stuff.h"

Modified: gnucash/trunk/src/backend/postgres/test/test-period.c
===================================================================
--- gnucash/trunk/src/backend/postgres/test/test-period.c	2006-09-07 16:14:27 UTC (rev 14818)
+++ gnucash/trunk/src/backend/postgres/test/test-period.c	2006-09-07 16:32:10 UTC (rev 14819)
@@ -22,6 +22,7 @@
  * December 2001
  */
 
+#include "config.h" 
 #include <ctype.h>
 #include <glib.h>
 #include <time.h>



More information about the gnucash-changes mailing list