shared-macros.mk: simplify java settings
[oi-userland.git] / components / library / qt6 / patches / 02-open62541.c.patch
blob9989843a62c9288ade19ad70a196d0e42c824755
1 --- qt-everywhere-src-6.2.4/qtopcua/src/3rdparty/open62541/open62541.c Fri Mar 4 15:17:58 2022
2 +++ qt-everywhere-src-6.2.4_patched/qtopcua/src/3rdparty/open62541/open62541.c Sun Mar 27 06:41:32 2022
3 @@ -20,6 +20,9 @@
4 # define MDNSD_DYNAMIC_LINKING
5 #endif
7 +#include<netinet/in.h>
8 +#include<inttypes.h>
10 /* Disable security warnings for BSD sockets on MSVC */
11 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
12 # define _CRT_SECURE_NO_WARNINGS