Use POSIX path for poll.h and fcntl.h headers
[fio.git] / engines / splice.c
index d322f40212f57e21f1bd297a7ef9ed7ea439f0db..08fc857454ea2f82a38bf2dee3c6d91154bf1df4 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/mman.h>
 
 #include "../fio.h"