[Gnucash-changes] r13753 - gnucash/trunk - * lib/libqof/qof/qof.h: QOF requires <glib.h>

Derek Atkins warlord at cvs.gnucash.org
Fri Apr 7 15:46:36 EDT 2006


Author: warlord
Date: 2006-04-07 15:46:36 -0400 (Fri, 07 Apr 2006)
New Revision: 13753
Trac: http://svn.gnucash.org/trac/changeset/13753

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/lib/libqof/qof/qof.h
Log:
	* lib/libqof/qof/qof.h:  QOF requires <glib.h>



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-07 19:25:21 UTC (rev 13752)
+++ gnucash/trunk/ChangeLog	2006-04-07 19:46:36 UTC (rev 13753)
@@ -1,3 +1,7 @@
+2006-04-07  Derek Atkins  <derek at ihtfp.com>
+
+	* lib/libqof/qof/qof.h:  QOF requires <glib.h>
+
 2006-04-07  Neil Williams  <linux at codehelp.co.uk>
 
 	* libqof/qof/qof-be-utils.h : Removed. Content

Modified: gnucash/trunk/lib/libqof/qof/qof.h
===================================================================
--- gnucash/trunk/lib/libqof/qof/qof.h	2006-04-07 19:25:21 UTC (rev 13752)
+++ gnucash/trunk/lib/libqof/qof/qof.h	2006-04-07 19:46:36 UTC (rev 13753)
@@ -76,6 +76,7 @@
 */
 /** @} */
 
+#include <glib.h>
 #include "qofid.h"
 #include "qoflog.h"
 #include "gnc-date.h"



More information about the gnucash-changes mailing list