1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 11:46:38 +02:00

Fixed FreeBSD build

This commit is contained in:
Adam
2012-02-16 16:02:17 -05:00
parent e1f5fc6a0c
commit 41e8d27602
3 changed files with 3 additions and 1 deletions
@@ -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;