r14904 - gnucash/trunk - Missed one patch hunk in r14903.

Derek Atkins warlord at cvs.gnucash.org
Wed Sep 27 09:46:50 EDT 2006


Author: warlord
Date: 2006-09-27 09:46:50 -0400 (Wed, 27 Sep 2006)
New Revision: 14904
Trac: http://svn.gnucash.org/trac/changeset/14904

Modified:
   gnucash/trunk/
   gnucash/trunk/lib/libqof/qof/qofquerycore.c
Log:
Missed one patch hunk in r14903.
We need stdlib.h for strtol().



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:647
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13363
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:647
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13371
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/lib/libqof/qof/qofquerycore.c
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofquerycore.c	2006-09-27 13:39:32 UTC (rev 14903)
+++ gnucash/trunk/lib/libqof/qof/qofquerycore.c	2006-09-27 13:46:50 UTC (rev 14904)
@@ -24,6 +24,7 @@
 #include "config.h"
 
 #include <glib.h>
+#include <stdlib.h>
 
 #include "qof.h"
 #include "qofquerycore-p.h"



More information about the gnucash-changes mailing list