mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Add netinet/in.h include to fix test-fdleak on openbsd
This commit is contained in:
parent
0d1611dc3e
commit
133956bac3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user