posixaio: need fcntl.h
authorJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 10:25:12 +0000 (12:25 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 10:25:12 +0000 (12:25 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/posixaio.c

index 4aa1842add790f4330502abd509ce87152bfe99e..aef8928ea62ca9b7aae62614dc94a41ef5c865b1 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
-#include <assert.h>
+#include <fcntl.h>
 
 #include "../fio.h"