mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
This commit is contained in:
@@ -135,6 +135,16 @@
|
||||
#include "xml.h"
|
||||
|
||||
#include <errno.h>
|
||||
#if TIME_WITH_SYS_TIME
|
||||
# include <sys/time.h>
|
||||
# include <time.h>
|
||||
#else
|
||||
# if HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
# else
|
||||
# include <time.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
extern NmapOps o;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user