blob: 4cccc9ddd947f6a50261d4f7c3687f3a7d0306e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tcpip.cc.orig 2020-10-02 16:12:22 UTC
+++ tcpip.cc
@@ -83,6 +83,8 @@
#endif /* NETINET_IF_ETHER_H */
#endif /* HAVE_NETINET_IF_ETHER_H */
+#include <sys/param.h>
+
extern NmapOps o;
static PacketCounter PktCt;
|