mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
10 lines
194 B
C++
10 lines
194 B
C++
--- src/kj/cidr.c++.orig 2023-08-22 20:55:23 UTC
|
|
+++ src/kj/cidr.c++
|
|
@@ -39,6 +39,7 @@
|
|
#else
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
#endif
|
|
|
|
namespace kj {
|