freebsd-ports/net-mgmt/zabbix2/files/patch-src__libs__zbxsysinfo__simple__simple.c
Andrew Pantyukhin 283d436a2e - Update to 1.4
- Move out agent into net/zabbix-agent
- New option for checking ldap servers (on by default)
- Lots of minor fixes
2007-06-13 13:53:11 +00:00

10 lines
276 B
C

--- ./src/libs/zbxsysinfo/simple/simple.c.orig Wed Jun 13 15:21:51 2007
+++ ./src/libs/zbxsysinfo/simple/simple.c Wed Jun 13 15:22:02 2007
@@ -37,6 +37,7 @@
};
#ifdef HAVE_LDAP
+#include "ldap.h"
static int check_ldap(char *hostname, short port, int *value_int)
{