summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-03-05 21:26:10 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-03-05 21:26:10 +0000
commit7b6450a536c498f4f903cec8c2bcbeeaaf22d779 (patch)
treef51a20dc216cb864104dac5a2722e2d33e99f74f /include
parentbf6ba8ea7dc3a099cf0c8beeb71c91ade86dbc2f (diff)
- fixed problem with undefined socklen_t under Solaris (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1284 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/security.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/security.c b/include/security.c
index 0a0be6d8..eb9f8718 100644
--- a/include/security.c
+++ b/include/security.c
@@ -27,6 +27,8 @@
#include <errno.h>
+/* config.h is required for socklen_t (undefined under Solaris) */
+#include "config.h"
#include "common.h"
#include "log.h"