summaryrefslogtreecommitdiff
path: root/include/ucd-snmp/header_complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucd-snmp/header_complex.h')
-rw-r--r--include/ucd-snmp/header_complex.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ucd-snmp/header_complex.h b/include/ucd-snmp/header_complex.h
new file mode 100644
index 0000000..7c7a0d7
--- /dev/null
+++ b/include/ucd-snmp/header_complex.h
@@ -0,0 +1,9 @@
+#ifdef UCD_COMPATIBLE
+
+#include <net-snmp/agent/header_complex.h>
+
+#else
+
+#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
+
+#endif