xfstests: fix build errors and warnings
[xfstests-dev.git] / src / bulkstat_unlink_test_modified.c
index 3a50d61bfaffa5925bc1037da07183e7136a61b8..660499261aea5da875fa9a9e1bc9534a8996381c 100644 (file)
@@ -6,11 +6,13 @@
  * This is a modified version of bulkstat_unlink_test.c to reproduce a specific
  * problem see pv 969192
  */
+#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <xfs/xfs.h>
 #include <unistd.h>
+#include <string.h>
 
 int
 main(int argc, char *argv[])