summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-tcpip.cc
blob: 493c12d4fcc0b4fad1be43926e4d13d8283dc016 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;