mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 14:26:30 -04:00
Fix http-server.c compilation on freebsd
This commit is contained in:
parent
a12839b083
commit
ad66dfd064
@ -30,6 +30,10 @@
|
|||||||
#include <event2/util.h>
|
#include <event2/util.h>
|
||||||
#include <event2/keyvalq_struct.h>
|
#include <event2/keyvalq_struct.h>
|
||||||
|
|
||||||
|
#ifdef _EVENT_HAVE_NETINET_IN_H
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
char uri_root[512];
|
char uri_root[512];
|
||||||
|
|
||||||
static const struct table_entry {
|
static const struct table_entry {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user