From 7d85d4ceb9f26675500a8d50381a87ab9edab2ca Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 29 Mar 2008 17:34:57 +0000 Subject: include string.h to fix builds with gcc 4.3 (fixes SF tracker #1928618) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1952 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 5 +++++ tests/test-rebuild-db.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c96ac0a..7c7ad27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-29 Todd Zullinger + + * tests/test-rebuild-db.cc: include string.h to fix builds + with gcc 4.3 (fixes SF tracker #1928618) + 2008-03-02 Todd Zullinger * configure.ac diff --git a/tests/test-rebuild-db.cc b/tests/test-rebuild-db.cc index 334c376..fbcaf1e 100644 --- a/tests/test-rebuild-db.cc +++ b/tests/test-rebuild-db.cc @@ -25,6 +25,7 @@ #endif #include +#include #include #include #include -- cgit