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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2019-10-14 15:42:06 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2019-10-14 15:46:07 +0300
commit97868dd79f268b29c53673ba575a7de966ea898d (patch)
treeb3f1806aa056874b9cc47958dc98d4caba98a17f /include/log.h
parent8ef53be19467fd9b11873724f12a9b2149c84014 (diff)
...G...PS. [ZBX-16317] fixed log.h is not self-sufficient
* commit '3f393c096805976bc72417a06e09f0b27d84a431': .D........ [ZBX-16317] added ChageLog .D........ [ZBX-16317] added ChageLog .D........ [ZBX-16317] added ChageLog .......PS. [ZBX-16317] fixed shadow warning ...G...PS. [ZBX-16317] make log.h to be self-sufficient (cherry picked from commit 37bbd8a5240896f25bcbb4fce9b0637e78b81d28) (cherry picked from commit 92c2ee9d561d87d1647d160c50acaec897f18ae2) (cherry picked from commit 580ff18c7df1cdccc89badd82ab247908c1ac037)
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index 2f6bd5a773a..c09628c74a6 100644
--- a/include/log.h
+++ b/include/log.h
@@ -20,6 +20,8 @@
#ifndef ZABBIX_LOG_H
#define ZABBIX_LOG_H
+#include "common.h"
+
#define LOG_LEVEL_EMPTY 0 /* printing nothing (if not LOG_LEVEL_INFORMATION set) */
#define LOG_LEVEL_CRIT 1
#define LOG_LEVEL_ERR 2