8b348582f0
Maintainer timeout. I do not see how this worked in the first place without smux support.
16 lines
370 B
Plaintext
16 lines
370 B
Plaintext
$OpenBSD: patch-lib_smux_c,v 1.1 2004/10/13 01:58:14 danh Exp $
|
|
--- lib/smux.c.orig Mon Oct 29 08:07:26 2001
|
|
+++ lib/smux.c Fri Oct 8 13:28:50 2004
|
|
@@ -23,9 +23,8 @@
|
|
|
|
#ifdef HAVE_SNMP
|
|
|
|
-#include <asn1.h>
|
|
-#include <snmp.h>
|
|
-#include <snmp_impl.h>
|
|
+#include <net-snmp/net-snmp-config.h>
|
|
+#include <net-snmp/net-snmp-includes.h>
|
|
|
|
#include "smux.h"
|
|
#include "log.h"
|