chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / shared / utmp-wtmp.c
index 31f13ec808c0c5567ac421b4fb3ada62cf812ede..bdb962af3497d9a901450b85be009dd4386dcfca 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/utsname.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <sys/poll.h>
+#include <poll.h>
 
 #include "macro.h"
 #include "path-util.h"