mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
A user-mode networking library used by virtual machines and containers. WWW: https://gitlab.freedesktop.org/slirp/libslirp
10 lines
198 B
C
10 lines
198 B
C
--- src/libslirp.h.orig 2021-06-18 07:49:56 UTC
|
|
+++ src/libslirp.h
|
|
@@ -12,6 +12,7 @@
|
|
#include <in6addr.h>
|
|
#else
|
|
#include <netinet/in.h>
|
|
+#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|
|
#endif
|
|
|