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
This commit is contained in:
Azat Khuzhin 2015-08-19 22:52:22 +03:00
parent f3d7ff5da2
commit c42bc6b279

View File

@ -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.