mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fix compilation when PCRE is in a subdir. Fixes #909
This commit is contained in:
parent
bef97861dc
commit
1753ae65df
1 changed files with 5 additions and 0 deletions
|
|
@ -139,6 +139,11 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
/* Needed for HAVE_PCRE_PCRE_H below */
|
||||
#include "nmap_config.h"
|
||||
#endif /* HAVE_CONFIG_H */
|
||||
|
||||
#ifdef HAVE_PCRE_PCRE_H
|
||||
# include <pcre/pcre.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue