summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-02-16 16:02:17 -0500
committerAdam <Adam@anope.org>2012-02-16 16:02:17 -0500
commit41e8d276023e8fefc22fb89c2f81ae17b8222155 (patch)
tree8a0ac1e59c59f682f31e4087ad79cee9370796d1 /src
parente1f5fc6a0c139eae035d20facb95914642cad50c (diff)
Fixed FreeBSD build
Diffstat (limited to 'src')
-rw-r--r--src/socketengines/socketengine_kqueue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socketengines/socketengine_kqueue.cpp b/src/socketengines/socketengine_kqueue.cpp
index 7af78bad6..bac99a9b9 100644
--- a/src/socketengines/socketengine_kqueue.cpp
+++ b/src/socketengines/socketengine_kqueue.cpp
@@ -19,6 +19,7 @@
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
+#include <errno.h>
static int kq_fd, max_fds;
static struct kevent *change_events, *event_events;