diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2008-03-29 17:34:57 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2008-03-29 17:34:57 +0000 |
commit | a24e585475851bb9476398c6e387fb51b7fc950a (patch) | |
tree | 58838deb56718a7868b753cd379cd933ee8b34a6 /tests | |
parent | b6e751ec9524ed0692463cf4e0f09f178d9bdd93 (diff) | |
download | libgpod-a24e585475851bb9476398c6e387fb51b7fc950a.tar.gz libgpod-a24e585475851bb9476398c6e387fb51b7fc950a.tar.xz libgpod-a24e585475851bb9476398c6e387fb51b7fc950a.zip |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-rebuild-db.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> +#include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <typeinfo> |