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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2018-05-03 13:02:30 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2018-05-03 13:02:30 +0300
commitc26a1447d20d09041cb06a8bfa0b10fc627fccdf (patch)
tree9bcaf180de5ce11040f1279e2754baa7798cb0aa /include/sysinc.h
parent753431bf908456212334d66321b63ff169bf6523 (diff)
...G....S. [ZBX-13730] imported changes from ZBX-13730
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index b05bd106af1..48994a11421 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -348,8 +348,8 @@
# include <math.h>
#endif
-#ifdef HAVE_PCREPOSIX_H
-# include <pcreposix.h>
+#ifdef HAVE_PCRE_H
+# include <pcre.h>
#endif
#ifdef HAVE_VM_VM_PARAM_H