summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-04-13 21:57:16 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-04-14 19:25:53 +0100
commit4cce1f14e964edf1bf2d9fb8286ee002a67dc212 (patch)
treeec7b2c27779dfbfc8f46e84c720d663b3a35cbd4 /test
parent55c76069c52f9f51c6b8c60fe1aa8de499012ea8 (diff)
include strings.h on non windows platforms
Diffstat (limited to 'test')
-rw-r--r--test/perf-test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/perf-test.cc b/test/perf-test.cc
index a11a3770..6d6961ea 100644
--- a/test/perf-test.cc
+++ b/test/perf-test.cc
@@ -22,6 +22,8 @@
#ifdef _WIN32
#include <windows.h>
+#else
+#include <strings.h>
#endif
// Define COPY_FILE if you want the file to be copied to a local disk first