summaryrefslogtreecommitdiff
path: root/src/pcresearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcresearch.c')
-rw-r--r--src/pcresearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcresearch.c b/src/pcresearch.c
index 4dedf245..6a82be28 100644
--- a/src/pcresearch.c
+++ b/src/pcresearch.c
@@ -20,7 +20,7 @@
#include <config.h>
#include "search.h"
-#ifdef HAVE_LIBPCRE
+#if HAVE_LIBPCRE
# include <pcre.h>
#endif