Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2017-04-18 11:51:06 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2017-04-18 11:51:06 +0300
commit54e6d3979e6e53a77744e5a63a63efa3f3b24571 (patch)
tree0921bec0f18c57b2195d26118660e6ae87878312 /include/sysinc.h
parentcdebeda0554dc67a571d6770813be6ead13d561b (diff)
....I..... [ZBX-3924] pcre for windows agent
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 77df9b16de3..ea65283511a 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -348,7 +348,7 @@
# include <math.h>
#endif
-#ifdef HAVE_REGEX_H
+#ifdef HAVE_PCREPOSIX_H
# include <pcreposix.h>
#endif