1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Additional header includes for time_t, gettimeofday, timeval, etc. See #1317, #1363

This commit is contained in:
dmiller
2019-05-22 15:27:13 +00:00
parent c661979637
commit ab79382f93
6 changed files with 36 additions and 10 deletions

View File

@@ -151,6 +151,7 @@ class FingerPrintResults;
#include <list>
#include <string>
#include <time.h> /* time_t */
#ifndef INET6_ADDRSTRLEN
#define INET6_ADDRSTRLEN 46