diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-24 07:50:38 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-24 07:50:38 +0000 |
| commit | 93441e160ef01ad20e36f7bb72a680b7f2bbc196 (patch) | |
| tree | bdfdabfcf4e2364ab1963af1b851f23a5100fad3 /src | |
| parent | a37bfb5e4f859f0640e4883ebf1d5cd6ce5f9fbf (diff) | |
- minor fix for compilation warrning
git-svn-id: svn://svn.zabbix.com/trunk@4167 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
| -rw-r--r-- | src/zabbix_agent/zabbix_agent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zabbix_agent/zabbix_agent.c b/src/zabbix_agent/zabbix_agent.c index b8ff5cc8..b2abf621 100644 --- a/src/zabbix_agent/zabbix_agent.c +++ b/src/zabbix_agent/zabbix_agent.c @@ -26,6 +26,7 @@ #include "sysinfo.h" #include "zbxconf.h" #include "zbxgetopt.h" +#include "alias.h" char *progname = NULL; char title_message[] = "ZABBIX Agent"; |
