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.
This commit is contained in:
Hartmut Brandt 2005-11-10 10:12:01 +00:00
parent 59ee90cb1a
commit 1fea9479b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152268

View File

@ -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"