opnsense-ports/security/nmap/files/patch-tcpip.cc
Franco Fichtner ec26c3d1d1 security/nmap: sync with upstream
Taken from: FreeBSD
2016-03-18 07:45:41 +01:00

11 lines
209 B
C++

--- tcpip.cc.orig 2015-06-30 18:34:28 UTC
+++ tcpip.cc
@@ -144,6 +144,8 @@
#endif /* NETINET_IF_ETHER_H */
#endif /* HAVE_NETINET_IF_ETHER_H */
+#include <sys/param.h>
+
extern NmapOps o;
#ifdef WIN32