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

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

#else

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

#endif