aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-11-10 10:12:01 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-11-10 10:12:01 +0000
commit1fea9479b2bdb014658065adb01b5a1ecff86368 (patch)
tree22529e69a08c5e888750a142ef436fc403eb4daf
parent59ee90cb1a77a56ead6f3fba5f68e2150298d1cd (diff)
downloadsrc-1fea9479b2bdb014658065adb01b5a1ecff86368.tar.gz
src-1fea9479b2bdb014658065adb01b5a1ecff86368.zip
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.
Notes
Notes: svn path=/head/; revision=152268
-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 4eccc2363431..d9d136a5228a 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"