summaryrefslogtreecommitdiff
path: root/listener.c
diff options
context:
space:
mode:
authoryuangongji <82787816@qq.com>2019-07-03 00:27:22 +0800
committerAzat Khuzhin <azat@libevent.org>2019-07-11 10:21:33 +0300
commit7806f3ec78368d69bfcf53cdffcdb424a528a113 (patch)
tree9fc7f268e1a48de652c11e1e9a42c4e6b2177bb1 /listener.c
parent669a53f341e192657140952cfe025c260da2b1c1 (diff)
downloadlibevent-7806f3ec78368d69bfcf53cdffcdb424a528a113.tar.gz
Missing <winerror.h> on win7/MinGW(MINGW32_NT-6.1)/MSYS
Diffstat (limited to 'listener.c')
-rw-r--r--listener.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/listener.c b/listener.c
index 387a89e9..f5c00c9c 100644
--- a/listener.c
+++ b/listener.c
@@ -35,6 +35,7 @@
#define _WIN32_WINNT 0x0403
#endif
#include <winsock2.h>
+#include <winerror.h>
#include <ws2tcpip.h>
#include <mswsock.h>
#endif