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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-05-11 14:06:11 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-05-11 14:06:11 +0300
commita08a895cfcaf97d780eaf9e413564b71dbeb63ad (patch)
tree8fa804bb8e9e971f57397027070d2d6a774797a3 /build-backend.xml
parent3437f690cf91e8daf8193dacfcad08335c85ab36 (diff)
parent004752a7263d3a017e1712781fe409e4b65c1cec (diff)
.......... [DEV-2174] fixed cppcheck build to include config.h
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 06d685ee92e..c76cbf4fa23 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -54,6 +54,7 @@
<arg line="-j5"/>
<arg line="-I/usr/include"/>
<arg line="-I/usr/local/include"/>
+ <arg line="-I./include/common"/>
<arg line="-I./include"/>
<!-- Exclude Duktape library from checking -->
<arg line="-isrc/libs/zbxembed/duk_config.h"/>