chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / libsystemd / sd-resolve / sd-resolve.c
index fea695fcf945e0d9f5a495d7f9104cb124465c73..6448280c4f84cc7e839fd9495cdafab50700539b 100644 (file)
@@ -40,7 +40,7 @@
 #include <stdint.h>
 #include <pthread.h>
 #include <sys/prctl.h>
-#include <sys/poll.h>
+#include <poll.h>
 
 #include "util.h"
 #include "list.h"