lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.c
[metze/samba/wip.git] / lib / util / tests / tfork.c
index bf642fe37c96287f6541dea723d90139ab57409c..9bcdc2f3d6d14be626f3a68217499f7bd879839a 100644 (file)
@@ -32,7 +32,6 @@
 #include "lib/util/sys_rw.h"
 #ifdef HAVE_PTHREAD
 #include <pthread.h>
-#include <sys/syscall.h>
 #endif
 
 static bool test_tfork_simple(struct torture_context *tctx)