mirror of
https://github.com/nmap/nmap.git
synced 2026-01-16 11:29:02 +00:00
better detection and support for systems which use pcre/pcre.h rather than just pcre.h. Bug reported by Lionel Cons
This commit is contained in:
@@ -13,7 +13,11 @@ extern "C" {
|
||||
}
|
||||
|
||||
#include <locale.h>
|
||||
#include <pcre.h>
|
||||
#ifdef HAVE_PCRE_PCRE_H
|
||||
# include <pcre/pcre.h>
|
||||
#else
|
||||
# include <pcre.h>
|
||||
#endif
|
||||
|
||||
#include "nbase.h"
|
||||
#include "nmap_error.h"
|
||||
|
||||
Reference in New Issue
Block a user