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

#include <net-snmp/agent/var_struct.h>

#else

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

#endif