mirror of https://github.com/getdnsapi/getdns.git
Removed event.h conditionalization
This commit is contained in:
parent
98c953b6e4
commit
499c3eac98
|
@ -33,11 +33,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <netinet/in.h>
|
||||
#include <stdbool.h>
|
||||
#if defined( __FreeBSD__ )
|
||||
# include <event2/event.h>
|
||||
#else
|
||||
# include <event.h>
|
||||
#endif
|
||||
#include <event2/event.h>
|
||||
|
||||
#define GETDNS_COMPILATION_COMMENT The API implementation should fill in something here, such as a compilation version string and date, and change it each time the API is compiled.
|
||||
|
||||
|
|
Loading…
Reference in New Issue