Use POSIX path for poll.h and fcntl.h headers
[fio.git] / engines / sg.c
index 7b18c28ef2cefac49bb313b28c259b493fc01674..3d927eab857b092ed4950b7e13b7833c342c2a8e 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 
 #include "../fio.h"
 #include "../optgroup.h"