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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user