1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

net-mgmt/nfdump: add missing patch

Reported by:	pkg-fallout
This commit is contained in:
Kurt Jaeger 2019-09-24 05:36:34 +00:00
parent a4035bae88
commit aa1bf8e2fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512700

View File

@ -0,0 +1,10 @@
--- bin/ipfrag.c.orig 2019-09-20 22:19:55.060019000 +0200
+++ bin/ipfrag.c 2019-09-20 22:20:13.307477000 +0200
@@ -37,6 +37,7 @@
#include <string.h>
#include <errno.h>
#include <sys/types.h>
+#include <sys/socket.h>
#ifdef HAVE_NETINET_IN_SYSTM_H
#include <netinet/in_systm.h>
#endif