[Gnucash-changes] r11986 - gnucash/trunk - Need to include locale.h to compile without optimization.

David Hampton hampton at cvs.gnucash.org
Sun Nov 20 11:58:53 EST 2005


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

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/backend/file/gnc-backend-file.c
Log:
Need to include locale.h to compile without optimization.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-20 16:49:58 UTC (rev 11985)
+++ gnucash/trunk/ChangeLog	2005-11-20 16:58:52 UTC (rev 11986)
@@ -1,3 +1,8 @@
+2005-11-20  David Hampton  <hampton at employees.org>
+
+	* src/backend/file/gnc-backend-file.c: Need to include locale.h to
+	compile without optimization.
+
 2005-11-20  Christian Stimming  <stimming at tuhh.de>
 
 	* po/glossary/no.po: Updated Norwegian/Bokmaal glossary

Modified: gnucash/trunk/src/backend/file/gnc-backend-file.c
===================================================================
--- gnucash/trunk/src/backend/file/gnc-backend-file.c	2005-11-20 16:49:58 UTC (rev 11985)
+++ gnucash/trunk/src/backend/file/gnc-backend-file.c	2005-11-20 16:58:52 UTC (rev 11986)
@@ -32,6 +32,7 @@
 
 #include <glib.h>
 #include <glib/gi18n.h>
+#include <locale.h>
 #include <stdio.h>
 #include <fcntl.h>
 #include <limits.h>



More information about the gnucash-changes mailing list