1
0
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:
dmiller
2017-10-04 18:27:31 +00:00
parent bef97861dc
commit 1753ae65df

View File

@@ -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