Refactor #includes and headers
[fio.git] / lib / memcpy.c
index 00e65aa7d50a8e915d66935e28633d64bd24c81a..cf8572e270898a14c3fb3daf8be047c3bbcedd1c 100644 (file)
@@ -1,3 +1,4 @@
+#include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -6,7 +7,7 @@
 #include "rand.h"
 #include "../fio_time.h"
 #include "../gettime.h"
-#include "../fio.h"
+#include "../os/os.h"
 
 #define BUF_SIZE       32 * 1024 * 1024ULL