From c42bc6b279fd7cd4bc9b04c86a12e2ec5512cce1 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 19 Aug 2015 22:52:22 +0300 Subject: 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 --- bufferevent-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bufferevent-internal.h') 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. -- cgit v1.2.1