Use POSIX path for poll.h and fcntl.h headers
[fio.git] / server.c
index 6f85810963e694129656a7640749cb52a0ed04a6..3592ab176bd8feed113f8aedd12cf4b01d3d791a 100644 (file)
--- a/server.c
+++ b/server.c
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <sys/socket.h>