Refactor #includes and headers
[fio.git] / lib / output_buffer.h
index a235af20739ecdc0a3c554a522f10946f8ba45ed..389ed5b7bc0a039d20b45ef52672a2c48f8650ba 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef FIO_OUTPUT_BUFFER_H
 #define FIO_OUTPUT_BUFFER_H
 
-#include <unistd.h>
+#include <stddef.h>
 
 struct buf_output {
        char *buf;