1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 22:43:12 +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
-1
View File
@@ -36,7 +36,6 @@
#include "oper.h"
#include "opertype.h"
#include "protocol.h"
#include "pstdint.h"
#include "regchannel.h"
#include "serialize.h"
#include "servers.h"
+2
View File
@@ -13,6 +13,8 @@
#define SOCKETS_H
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include "anope.h"
@@ -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;