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-03-03 14:25:49 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-03 14:27:02 +0300
commit10ba2b366f15b5fb6dd61288ac0ab99ccd3fe4d8 (patch)
tree7e060be1dab7f697821665d30e7f93f5e50c6ceb /include/setproctitle.h
parent0abff6b92e4ca2ff2a4b4a5f0be4d550aaed7562 (diff)
...G...PS. [ZBX-20692] fixed missing include in setproctitle.h
(cherry picked from commit c17d246aa08967dd2b37b5d3150baed06cca0a0a)
Diffstat (limited to 'include/setproctitle.h')
-rw-r--r--include/setproctitle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/setproctitle.h b/include/setproctitle.h
index 43d856d2db8..f61c036d58e 100644
--- a/include/setproctitle.h
+++ b/include/setproctitle.h
@@ -20,6 +20,8 @@
#ifndef ZABBIX_SETPROCTITLE_H
#define ZABBIX_SETPROCTITLE_H
+#include "sysinc.h"
+
#if defined(__linux__) /* Linux */
# define PS_OVERWRITE_ARGV
#elif defined(_AIX) /* AIX */