summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-11-10 10:12:01 +0000
committerharti <harti@FreeBSD.org>2005-11-10 10:12:01 +0000
commitc01c7dd3d5c9914cf78d3cc313a10f337afd4121 (patch)
tree22529e69a08c5e888750a142ef436fc403eb4daf
parent521ee9798f5811fea31c8a675e735da41057aff1 (diff)
downloadFreeBSD-src-c01c7dd3d5c9914cf78d3cc313a10f337afd4121.zip
FreeBSD-src-c01c7dd3d5c9914cf78d3cc313a10f337afd4121.tar.gz
Use the canonical include name for snmpmod.h. The build infrastructure takes
already care to pick up the correct version of the file depending on how we build.
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
index 4eccc23..d9d136a 100644
--- a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
+++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.c
@@ -44,7 +44,7 @@
#include <unistd.h>
#include <string.h>
#include <netgraph.h>
-#include "snmpmod.h"
+#include <bsnmp/snmpmod.h>
#include "snmp_netgraph.h"
#include "netgraph_tree.h"
#include "netgraph_oid.h"
OpenPOWER on IntegriCloud