chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / core / manager.c
index 5fba0043e4510119652867c83a79cb02064758d3..4775219e4a514649164063f1f145d3883d998354 100644 (file)
@@ -27,7 +27,7 @@
 #include <unistd.h>
 #include <sys/inotify.h>
 #include <sys/epoll.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/reboot.h>
 #include <sys/ioctl.h>
 #include <linux/kd.h>