diff --git a/bufferevent-internal.h b/bufferevent-internal.h index cb30b421..0b73d920 100644 --- a/bufferevent-internal.h +++ b/bufferevent-internal.h @@ -39,7 +39,14 @@ extern "C" { #include "event2/thread.h" #include "ratelim-internal.h" #include "event2/bufferevent_struct.h" + #include "ipv6-internal.h" +#ifdef _WIN32 +#include +#endif +#ifdef EVENT__HAVE_NETINET_IN6_H +#include +#endif /* These flags are reasons that we might be declining to actually enable reading or writing on a bufferevent.