Fix http-server.c compilation on freebsd

This commit is contained in:
Nick Mathewson 2010-11-29 20:13:19 -05:00
parent a12839b083
commit ad66dfd064

View File

@ -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 {