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

Protect inclusion of nmap_config.h, which is not present on Windows

This commit is contained in:
dmiller
2016-09-12 19:13:30 +00:00
parent 88f6ddc596
commit 469f091d4d

View File

@@ -4,7 +4,10 @@
class Port;
class Target;
#ifdef HAVE_CONFIG_H
#include "nmap_config.h"
#endif
#if HAVE_STDINT_H
#include <stdint.h>
#endif