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

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

#else

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

#endif