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
path: root/src
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-04-08 09:28:03 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-04-08 09:28:03 +0300
commit596631d5b6edea4c51cbb76afcd7040a140555d1 (patch)
treed304afbaeef814542cf7618b9f7a543c7985905c /src
parentef83112a8c37eb93e219909c8506a958582acad6 (diff)
.......... [DEV-2113] fixed go build
Diffstat (limited to 'src')
-rw-r--r--src/go/pkg/zbxlib/checks.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/go/pkg/zbxlib/checks.go b/src/go/pkg/zbxlib/checks.go
index 24bf205c3ab..81d461b2490 100644
--- a/src/go/pkg/zbxlib/checks.go
+++ b/src/go/pkg/zbxlib/checks.go
@@ -23,6 +23,7 @@ package zbxlib
/*
#cgo CFLAGS: -I${SRCDIR}/../../../../include
+#cgo CFLAGS: -I${SRCDIR}/../../../../include/common
#include "common.h"
#include "sysinfo.h"