pkgsrc/net/net-snmp/patches/patch-aa

16 lines
330 B
Text
Raw Normal View History

$NetBSD: patch-aa,v 1.1.1.1 2002/10/24 08:29:34 jlam Exp $
--- agent/snmp_agent.c.orig Sat Oct 5 16:41:58 2002
+++ agent/snmp_agent.c
@@ -69,6 +69,10 @@ SOFTWARE.
#include <dmalloc.h>
#endif
+#if HAVE_SYSLOG_H
+#include <syslog.h>
+#endif
+
#ifdef USE_LIBWRAP
#include <tcpd.h>
int allow_severity = LOG_INFO;