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

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

#else

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

#endif