freebsd-ports/security/nmap/files/patch-tcpip.cc
Olli Hauer 89768ae6bb - update to 7.60
- regenerate patches with makepatch

PR:		ports/221522
2018-01-30 21:02:54 +00:00

11 lines
224 B
C++

--- tcpip.cc.orig 2017-06-07 12:32:38 UTC
+++ tcpip.cc
@@ -151,6 +151,8 @@
#endif /* NETINET_IF_ETHER_H */
#endif /* HAVE_NETINET_IF_ETHER_H */
+#include <sys/param.h>
+
extern NmapOps o;
static PacketCounter PktCt;