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

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

#else

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

#endif