summaryrefslogtreecommitdiff
path: root/sockcompat.h
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2020-07-20 16:27:28 -0700
committerGitHub <noreply@github.com>2020-07-20 16:27:28 -0700
commit18fc12c392f506c7be3cb0753304db6a3525a8a9 (patch)
tree85713eba26213727db67f9fc5001e2038ca0391f /sockcompat.h
parent43aeabbbee2fb61bb0cf82d8e82631db35a6ffb8 (diff)
Move include to sockcompat.h to maintain style (#850)
See #848
Diffstat (limited to 'sockcompat.h')
-rw-r--r--sockcompat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sockcompat.h b/sockcompat.h
index 9249d5e..85810e8 100644
--- a/sockcompat.h
+++ b/sockcompat.h
@@ -49,6 +49,7 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stddef.h>
+#include <errno.h>
#ifdef _MSC_VER
typedef long long ssize_t;