summaryrefslogtreecommitdiff
path: root/sockcompat.h
diff options
context:
space:
mode:
authorbit0fun <dwadler@slant.tech>2022-10-26 20:15:10 -0400
committerMichael Grunder <michael.grunder@gmail.com>2022-10-26 18:09:00 -0700
commitafc29ee1a1e7aad057c0037181baba26e63fcd4b (patch)
tree6a8ad9d2dc999c89c5f95c40cb11cf5932e5f32f /sockcompat.h
parentceb8a8815e5e436d944e49021c60f114344d3f3e (diff)
Update for mingw cross compile
- Used lowercase for Mstcpip.h as mingw will not find the file otherwise
Diffstat (limited to 'sockcompat.h')
-rw-r--r--sockcompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sockcompat.h b/sockcompat.h
index 1aaf23f..6ca5d9f 100644
--- a/sockcompat.h
+++ b/sockcompat.h
@@ -50,7 +50,7 @@
#include <ws2tcpip.h>
#include <stddef.h>
#include <errno.h>
-#include <Mstcpip.h>
+#include <mstcpip.h>
#ifdef _MSC_VER
typedef long long ssize_t;