summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2010-04-30 19:29:02 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2010-04-30 19:29:02 +0000
commita99a5d1a5c782b5ab02f111cdc35000f3df4b3e2 (patch)
treeeea623c45deca88093c59da1602eb2a2e240c7c0 /usr.sbin/syslogd/syslogd.h
parentf5ce14a201cf667c193486d7eab38b34a0909b47 (diff)
shuffle some things around to deal with incomplete types
gcc4 gets upset about. based on suggestions from miod@, ok millert@
Diffstat (limited to 'usr.sbin/syslogd/syslogd.h')
-rw-r--r--usr.sbin/syslogd/syslogd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/syslogd/syslogd.h b/usr.sbin/syslogd/syslogd.h
index 22fdd4ecc60..9649ff28237 100644
--- a/usr.sbin/syslogd/syslogd.h
+++ b/usr.sbin/syslogd/syslogd.h
@@ -16,6 +16,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/poll.h>
/* Privilege separation */
int priv_init(char *, int, int, int, char **);