ports/net-mgmt/gnu-ipcalc/files/patch-deaggregate.c
Emanuel Haupt 5b60fcdb18 net-mgmt/gnu-ipcalc: Update to 1.0.1
- 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
2021-09-08 23:28:45 +02:00

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"