chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / shared / util.c
index f5fcebebe7a1c26028593ebd93446e5eefb2d4ad..3a633512473d7d7c93d0574ed9b27064490f7a3f 100644 (file)
@@ -39,7 +39,7 @@
 #include <linux/tiocl.h>
 #include <termios.h>
 #include <stdarg.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <ctype.h>
 #include <sys/prctl.h>
 #include <sys/utsname.h>