summaryrefslogtreecommitdiff
path: root/include/ucd-snmp/snmp_impl.h
blob: 2539c5eb8c47e4f9fda4763d1dd6ecec6e190fed (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifdef UCD_COMPATIBLE

#include <net-snmp/net-snmp-config.h>
#include <net-snmp/types.h>
#include <net-snmp/library/snmp_impl.h>

#else

#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"

#endif