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:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user