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:
Diffstat (limited to 'tests/zbxmockutil.c')
-rw-r--r--tests/zbxmockutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zbxmockutil.c b/tests/zbxmockutil.c
index 187980dba8e..7e8f9b0521c 100644
--- a/tests/zbxmockutil.c
+++ b/tests/zbxmockutil.c
@@ -26,7 +26,7 @@
#include "module.h"
#include "zbxvariant.h"
-#include <malloc.h>
+#include <stdlib.h>
const char *zbx_mock_get_parameter_string(const char *path)
{