ports/devel/libddwaf/files/patch-src-ip_utils.cpp
Po-Chuan Hsieh bca243c240
devel/libddwaf: Add libddwaf 1.8.2
libddwaf is Datadog's implementation of a Web Application Firewall (WAF) engine,
with a goal of low performance and memory overhead, and embeddability in a wide
variety of language runtimes through a C API.
2023-04-06 01:29:37 +08:00

10 lines
211 B
C++

--- src/ip_utils.cpp.orig 2023-01-17 18:39:22 UTC
+++ src/ip_utils.cpp
@@ -22,6 +22,7 @@
# include <ws2tcpip.h>
#else
+# include <sys/socket.h>
# include <arpa/inet.h>
# include <netinet/in.h>
#endif