mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Protect inclusion of nmap_config.h, which is not present on Windows
This commit is contained in:
parent
88f6ddc596
commit
469f091d4d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue