mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Move includes of stdarg.h closer to their use.
This commit is contained in:
1
nmap.h
1
nmap.h
@@ -215,7 +215,6 @@ void *realloc();
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_PWD_H
|
#ifdef HAVE_PWD_H
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
|||||||
1
output.h
1
output.h
@@ -165,6 +165,7 @@
|
|||||||
#include "portlist.h"
|
#include "portlist.h"
|
||||||
#include <nsock.h>
|
#include <nsock.h>
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|||||||
Reference in New Issue
Block a user