summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/syslogd.h
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2010-04-30 19:29:01 +0000
committerjsg <jsg@openbsd.org>2010-04-30 19:29:01 +0000
commit7c1d16e27cc7b7345c775829a97ff436aaac45e0 (patch)
tree5e36738ebc5f071d51fd5a075199b496cf94424c /usr.sbin/syslogd/syslogd.h
parentadd HT Capabilities element in outgoing probe requests if HT is (diff)
downloadwireguard-openbsd-7c1d16e27cc7b7345c775829a97ff436aaac45e0.tar.xz
wireguard-openbsd-7c1d16e27cc7b7345c775829a97ff436aaac45e0.zip
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 **);