mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
- Upstream has move to GitLab - Use meson instead of gmake - Optionally support GeoIP1 + GeoIP2 via net/libmaxminddb PR: 258363 (based on) Reported by: freebsd@ohreally.nl
10 lines
214 B
C
10 lines
214 B
C
--- deaggregate.c.orig 2021-06-06 18:56:02 UTC
|
|
+++ deaggregate.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
#include <ctype.h>
|
|
+#include <sys/socket.h>
|
|
|
|
#include "ipcalc.h"
|
|
#include "ipv6.h"
|