]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/bench/futex-wake-parallel.c
perf bench futex: Fix build on musl + clang
[karo-tx-linux.git] / tools / perf / bench / futex-wake-parallel.c
index 2c8fa67ad53767e43c7e91dc84279528268fcb3a..40f5fcf1d1206d4f45a272411f8cbfb92317cc2a 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 /* For the CLR_() macros */
+#include <string.h>
 #include <pthread.h>
 
 #include <signal.h>