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

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

#else

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

#endif