chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / shutdownd / shutdownd.c
index 826efbfeabb12a139508fa35d5c5dd47829e579a..701882b96d58da442077c825babb3d63e1c031ad 100644 (file)
@@ -20,7 +20,7 @@
 ***/
 
 #include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/types.h>
 #include <sys/timerfd.h>
 #include <assert.h>