Revision: 1952
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1952&view=rev
Author: tmzullinger
Date: 2008-03-29 10:34:57 -0700 (Sat, 29 Mar 2008)
Log Message:
-----------
include string.h to fix builds with gcc 4.3 (fixes SF tracker #1928618)
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/tests/test-rebuild-db.cc
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2008-03-17 22:48:27 UTC (rev 1951)
+++ libgpod/trunk/ChangeLog 2008-03-29 17:34:57 UTC (rev 1952)
@@ -1,3 +1,8 @@
+2008-03-29 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * tests/test-rebuild-db.cc: include string.h to fix builds
+ with gcc 4.3 (fixes SF tracker #1928618)
+
2008-03-02 Todd Zullinger <tmzullinger at users.sourceforge.net>
* configure.ac
Modified: libgpod/trunk/tests/test-rebuild-db.cc
===================================================================
--- libgpod/trunk/tests/test-rebuild-db.cc 2008-03-17 22:48:27 UTC (rev
1951)
+++ libgpod/trunk/tests/test-rebuild-db.cc 2008-03-29 17:34:57 UTC (rev
1952)
@@ -25,6 +25,7 @@
#endif
#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <typeinfo>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2