mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08: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/keyvalq_struct.h>
|
||||
|
||||
#ifdef _EVENT_HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
char uri_root[512];
|
||||
|
||||
static const struct table_entry {
|
||||
|
Loading…
x
Reference in New Issue
Block a user