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