1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Move includes of stdarg.h closer to their use.

This commit is contained in:
dmiller
2015-06-23 15:52:57 +00:00
parent 84d0e45641
commit 66aeba6650
3 changed files with 1 additions and 2 deletions

1
nmap.h
View File

@@ -215,7 +215,6 @@ void *realloc();
#endif
#include <fcntl.h>
#include <stdarg.h>
#ifdef HAVE_PWD_H
#include <pwd.h>