aboutsummaryrefslogtreecommitdiff
path: root/depends/patches/zeromq/trusty-add-win32-inethdr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'depends/patches/zeromq/trusty-add-win32-inethdr.patch')
-rw-r--r--depends/patches/zeromq/trusty-add-win32-inethdr.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/depends/patches/zeromq/trusty-add-win32-inethdr.patch b/depends/patches/zeromq/trusty-add-win32-inethdr.patch
new file mode 100644
index 000000000..65845a0f5
--- /dev/null
+++ b/depends/patches/zeromq/trusty-add-win32-inethdr.patch
@@ -0,0 +1,11 @@
+diff -dur a/src/windows.hpp b/src/windows.hpp
+--- a/src/windows.hpp 2021-07-16 20:31:22.997078113 +0000
++++ b/src/windows.hpp 2021-07-16 20:33:21.525281189 +0000
+@@ -52,6 +52,7 @@
+ #endif
+
+ #include <winsock2.h>
++#include <ws2ipdef.h>
+ #include <windows.h>
+ #include <mswsock.h>
+ #include <iphlpapi.h>