chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / ask-password / ask-password.c
index 1ce8776d8a0766ae2721e9c97a6b7f3419c3c1cb..ad8ad659d2db36c2e10fc88e355c3bc196da5217 100644 (file)
@@ -20,7 +20,7 @@
 ***/
 
 #include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/types.h>
 #include <assert.h>
 #include <string.h>