Fix build of syslet engine on x86-64
authorJens Axboe <jens.axboe@oracle.com>
Wed, 14 Mar 2007 13:29:16 +0000 (14:29 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 14 Mar 2007 13:29:16 +0000 (14:29 +0100)
Broke on some distros, apparently. Reported by
gurudas pai <gurudas.pai@oracle.com>

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/syslet-rw.c

index 279884a5d041094774cb7bfcde31266fb642b2fe..b635f6440d1fd1089bfb9150e892f58c3358cc2a 100644 (file)
@@ -10,6 +10,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <assert.h>
 #include <unistd.h>
 #include <errno.h>
 #include <assert.h>
+#include <asm/unistd.h>
 
 #include "../fio.h"
 #include "../os.h"
 
 #include "../fio.h"
 #include "../os.h"