summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2015-08-19 22:52:22 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2015-08-19 22:52:22 +0300
commitc42bc6b279fd7cd4bc9b04c86a12e2ec5512cce1 (patch)
tree8bb50dd06bddc94a929fa95f91792d6c1e46f8bb /bufferevent-internal.h
parentf3d7ff5da26576391f884d506686cf032513c3d6 (diff)
downloadlibevent-c42bc6b279fd7cd4bc9b04c86a12e2ec5512cce1.tar.gz
be: fix sockaddr_in6 type definition for win32
bufferevent-internal.h:217:23: error: field 'in6' has incomplete type struct sockaddr_in6 in6; ^ CI: https://ci.appveyor.com/project/nmathewson/libevent/build/2.1.5.108
Diffstat (limited to 'bufferevent-internal.h')
-rw-r--r--bufferevent-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bufferevent-internal.h b/bufferevent-internal.h
index fb5e6a69..cb30b421 100644
--- a/bufferevent-internal.h
+++ b/bufferevent-internal.h
@@ -39,6 +39,7 @@ extern "C" {
#include "event2/thread.h"
#include "ratelim-internal.h"
#include "event2/bufferevent_struct.h"
+#include "ipv6-internal.h"
/* These flags are reasons that we might be declining to actually enable
reading or writing on a bufferevent.