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:
harti 2005-11-10 10:12:01 +00:00
parent b7316d51d3
commit 4f913ca605

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"