summaryrefslogtreecommitdiff
path: root/include/ucd-snmp/mib.h
blob: 08d509ab2d38de0dda049348182bbc8d348bef28 (plain)
1
2
3
4
5
6
7
8
9
#ifdef UCD_COMPATIBLE

#include <net-snmp/library/mib.h>

#else

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

#endif