chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / shared / spawn-polkit-agent.c
index 006ad532ba94290048cbc9a6b1766b04abef9175..8f259a8f39c5254a3fb3fc61bbd679bf79bd9bbf 100644 (file)
@@ -27,7 +27,7 @@
 #include <signal.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 
 #include "log.h"
 #include "util.h"