r14823 - gnucash/trunk/src/bin - Add includes that had been included by the obsolete i18n.h header

Christian Stimming cstim at cvs.gnucash.org
Fri Sep 8 07:02:24 EDT 2006


Author: cstim
Date: 2006-09-08 07:02:23 -0400 (Fri, 08 Sep 2006)
New Revision: 14823
Trac: http://svn.gnucash.org/trac/changeset/14823

Modified:
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Add includes that had been included by the obsolete i18n.h header

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2006-09-07 21:02:07 UTC (rev 14822)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2006-09-08 11:02:23 UTC (rev 14823)
@@ -50,6 +50,11 @@
 #include "gnc-gconf-utils.h"
 #include "dialog-new-user.h"
 
+#ifdef HAVE_GETTEXT
+#  include <libintl.h>
+#  include <locale.h>
+#endif
+
 /* GNUCASH_SVN is defined whenever we're building from an SVN tree */
 #ifdef GNUCASH_SVN
 static int is_development_version = TRUE;



More information about the gnucash-changes mailing list