mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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.
10 lines
211 B
C++
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
|