OSDN Git Service

Simpleperf: fix flaky tests. am: a486a4b8ae
[android-x86/system-extras.git] / f2fs_utils / make_f2fs_main.c
index 8404266..1e0dd87 100644 (file)
@@ -17,8 +17,9 @@
 #include <fcntl.h>
 #include <libgen.h>
 #include <stdio.h>
-#include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 
 #if defined(__linux__)
 #include <linux/fs.h>
@@ -26,6 +27,8 @@
 #include <sys/disk.h>
 #endif
 
+#include "make_f2fs.h"
+
 #ifndef USE_MINGW /* O_BINARY is windows-specific flag */
 #define O_BINARY 0
 #endif