adjustments for Zabbix 7.x

This commit is contained in:
Jörg Deckert 2025-01-23 14:25:27 +01:00
parent 38bee0e6d2
commit 5cab7886fb
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ CC = gcc
CFLAGS = -g -O2 -Wall -fPIC $(TARGET_FLAGS)
LDFLAGS =
LDFLAGS_SO = -shared
INCLUDES = -I$(top_srcdir)/include
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/common
LIBS =
OBJS = \

View File

@ -17,11 +17,11 @@
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#include "sysinc.h"
#include "zbxsysinc.h"
#include "module.h"
#include "common.h"
#include "log.h"
#include "sysinfo.h"
#include "zbxcommon.h"
#include "zbxlog.h"
#include "zbxsysinfo.h"
#include "zbxalgo.h"
#include "zbxjson.h"