From 34c627ef7f10c03dc5fdf2ab7f973657c7c31ee9 Mon Sep 17 00:00:00 2001
From: Alain Takoudjou <talino@tiolive.com>
Date: Tue, 8 Apr 2014 15:51:37 +0200
Subject: [PATCH] Add curl include to CPPFLAGS

---
 component/zabbix/buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component/zabbix/buildout.cfg b/component/zabbix/buildout.cfg
index 8ce610b9e..1d90f89bc 100644
--- a/component/zabbix/buildout.cfg
+++ b/component/zabbix/buildout.cfg
@@ -30,4 +30,4 @@ configure-options =
 environment =
   PATH=${curl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
   LDFLAGS=-L${mariadb:location}/lib -Wl,-rpath=${mariadb:location}/lib
-  CPPFLAGS=-I${mariadb:location}/include
\ No newline at end of file
+  CPPFLAGS=-I${mariadb:location}/include -I${curl:location}/include
\ No newline at end of file
-- 
2.30.9