mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 12:59:02 +00:00
Fix compilation when PCRE is in a subdir. Fixes #909
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user