chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / initctl / initctl.c
index d7cd4ba29f0cc29610d7a321d225f62cabbc1796..7a6a383b32560509704f421e340d29fbf6b9b754 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/epoll.h>
 #include <sys/un.h>
 #include <fcntl.h>