[Gnucash-changes] r11994 - gnucash/trunk - Fix some build problems on FC3 related to the include file changes.

David Hampton hampton at cvs.gnucash.org
Sun Nov 20 17:20:44 EST 2005


Author: hampton
Date: 2005-11-20 17:20:43 -0500 (Sun, 20 Nov 2005)
New Revision: 11994
Trac: http://svn.gnucash.org/trac/changeset/11994

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/backend/file/gnc-backend-file.c
   gnucash/trunk/src/gnome-utils/dialog-utils.c
Log:
Fix some build problems on FC3 related to the include file changes.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-20 20:33:25 UTC (rev 11993)
+++ gnucash/trunk/ChangeLog	2005-11-20 22:20:43 UTC (rev 11994)
@@ -1,3 +1,9 @@
+2005-11-20  David Hampton  <hampton at employees.org>
+
+	* src/backend/file/gnc-backend-file.c:
+	* src/gnome-utils/dialog-utils.c: Fix some build problems on FC3
+	related to the include file changes.
+
 2005-11-20  Neil Williams  <linux at codehelp.co.uk>
 
 	* src/core-utils/gnc-gkeyfile-utils.c : Modifying Scott's

Modified: gnucash/trunk/src/backend/file/gnc-backend-file.c
===================================================================
--- gnucash/trunk/src/backend/file/gnc-backend-file.c	2005-11-20 20:33:25 UTC (rev 11993)
+++ gnucash/trunk/src/backend/file/gnc-backend-file.c	2005-11-20 22:20:43 UTC (rev 11994)
@@ -30,8 +30,11 @@
 
 #define _GNU_SOURCE
 
+#include "config.h"
+
 #include <glib.h>
 #include <glib/gi18n.h>
+#include <libintl.h>
 #include <locale.h>
 #include <stdio.h>
 #include <fcntl.h>

Modified: gnucash/trunk/src/gnome-utils/dialog-utils.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-utils.c	2005-11-20 20:33:25 UTC (rev 11993)
+++ gnucash/trunk/src/gnome-utils/dialog-utils.c	2005-11-20 22:20:43 UTC (rev 11994)
@@ -29,6 +29,7 @@
 
 #include <gnome.h>
 #include <glade/glade.h>
+#include <gmodule.h>
 #include <dlfcn.h>
 
 #include "dialog-utils.h"



More information about the gnucash-changes mailing list