mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-18 16:54:42 -04:00
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:
parent
f3d7ff5da2
commit
c42bc6b279
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user