[PATCH] fio.h is missing unistd.h include
authorJens Axboe <axboe@suse.de>
Wed, 7 Jun 2006 19:39:13 +0000 (21:39 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 7 Jun 2006 19:39:13 +0000 (21:39 +0200)
fio.h

diff --git a/fio.h b/fio.h
index 66b70ef8c52266e405bd6d1e14459d10e442cc39..1bc72a6f2adf9168531e8fc90c3b5f15e7a2e559 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -9,6 +9,7 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 
 #include "list.h"
 #include "md5.h"