mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +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 Port;
|
||||||
class Target;
|
class Target;
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "nmap_config.h"
|
#include "nmap_config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if HAVE_STDINT_H
|
#if HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user