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

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

#else

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

#endif