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

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

#else

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

#endif