1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00

Strip or relocate more includes from nmap.h

This commit is contained in:
dmiller
2015-07-01 21:25:39 +00:00
parent 982e08749f
commit ea4096c681
8 changed files with 18 additions and 65 deletions

View File

@@ -155,6 +155,12 @@
#include <signal.h>
#endif
#include <fcntl.h>
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
#ifdef WIN32
#include "winfix.h"
/* This name collides in the following include. */