r14750 - gnucash/trunk - need to include strptime.h so we get the declaration.

Derek Atkins warlord at cvs.gnucash.org
Mon Aug 28 12:20:14 EDT 2006


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

Modified:
   gnucash/trunk/
   gnucash/trunk/lib/libqof/backend/file/qsf-backend.c
Log:
need to include strptime.h so we get the declaration.



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

Modified: gnucash/trunk/lib/libqof/backend/file/qsf-backend.c
===================================================================
--- gnucash/trunk/lib/libqof/backend/file/qsf-backend.c	2006-08-28 16:05:56 UTC (rev 14749)
+++ gnucash/trunk/lib/libqof/backend/file/qsf-backend.c	2006-08-28 16:20:12 UTC (rev 14750)
@@ -35,6 +35,10 @@
 #include <errno.h>
 #include <sys/stat.h>
 
+#ifndef HAVE_STRPTIME
+#include "strptime.h"
+#endif
+
 #define QSF_TYPE_BINARY "binary"
 #define QSF_TYPE_GLIST  "glist"
 #define QSF_TYPE_FRAME  "frame"



More information about the gnucash-changes mailing list