summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/arpd.c2
-rw-r--r--misc/ifstat.c2
-rw-r--r--misc/nstat.c2
-rw-r--r--misc/rtacct.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/misc/arpd.c b/misc/arpd.c
index 65ac6a38..3185620f 100644
--- a/misc/arpd.c
+++ b/misc/arpd.c
@@ -14,7 +14,7 @@
#include <netdb.h>
#include <db_185.h>
#include <sys/ioctl.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/uio.h>
diff --git a/misc/ifstat.c b/misc/ifstat.c
index 9b93ded3..faebe938 100644
--- a/misc/ifstat.c
+++ b/misc/ifstat.c
@@ -17,7 +17,7 @@
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <signal.h>
diff --git a/misc/nstat.c b/misc/nstat.c
index 07d010de..fce3e9c1 100644
--- a/misc/nstat.c
+++ b/misc/nstat.c
@@ -17,7 +17,7 @@
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <signal.h>
diff --git a/misc/rtacct.c b/misc/rtacct.c
index 08363bfd..cd84b7f0 100644
--- a/misc/rtacct.c
+++ b/misc/rtacct.c
@@ -16,7 +16,7 @@
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/mman.h>