Add netinet/in.h include to fix test-fdleak on openbsd

This commit is contained in:
Nick Mathewson 2012-02-29 19:36:17 -05:00
parent 0d1611dc3e
commit 133956bac3

View File

@ -39,6 +39,9 @@
#ifdef EVENT__HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
#ifdef EVENT__HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#include "event2/event.h"
#include "event2/bufferevent.h"