$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 #endif +#if HAVE_SYSLOG_H +#include +#endif + #ifdef USE_LIBWRAP #include int allow_severity = LOG_INFO;