1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-12 08:26:33 +00:00

remove tcpip.h from other headers' includes

This commit is contained in:
dmiller
2017-04-19 13:53:57 +00:00
parent 59d9069e32
commit 891c3be3b9
13 changed files with 13 additions and 2 deletions

View File

@@ -139,6 +139,7 @@
#include "osscan.h"
#include "linear.h"
#include "FPModel.h"
#include "tcpip.h"
extern NmapOps o;
#ifdef WIN32
/* from libdnet's intf-win32.c */