r14751 - gnucash/trunk - and one more file needs strptime.h.

Derek Atkins warlord at cvs.gnucash.org
Mon Aug 28 12:31:35 EDT 2006


Author: warlord
Date: 2006-08-28 12:31:35 -0400 (Mon, 28 Aug 2006)
New Revision: 14751
Trac: http://svn.gnucash.org/trac/changeset/14751

Modified:
   gnucash/trunk/
   gnucash/trunk/lib/libqof/backend/file/qsf-xml-map.c
Log:
and one more file needs strptime.h.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13175
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13177

Modified: gnucash/trunk/lib/libqof/backend/file/qsf-xml-map.c
===================================================================
--- gnucash/trunk/lib/libqof/backend/file/qsf-xml-map.c	2006-08-28 16:20:12 UTC (rev 14750)
+++ gnucash/trunk/lib/libqof/backend/file/qsf-xml-map.c	2006-08-28 16:31:35 UTC (rev 14751)
@@ -33,6 +33,10 @@
 #include "qsf-xml.h"
 #include "qsf-dir.h"
 
+#ifndef HAVE_STRPTIME
+#include "strptime.h"
+#endif
+
 static QofLogModule log_module = QOF_MOD_QSF;
 
 static void



More information about the gnucash-changes mailing list