bca243c240
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.
11 lines
211 B
C++
11 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
|