aboutsummaryrefslogtreecommitdiffstats
path: root/include/asn1c/asn_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asn1c/asn_system.h')
-rw-r--r--include/asn1c/asn_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asn1c/asn_system.h b/include/asn1c/asn_system.h
index e420ad2..fe8a377 100644
--- a/include/asn1c/asn_system.h
+++ b/include/asn1c/asn_system.h
@@ -21,6 +21,8 @@
#include <stdarg.h> /* For va_start */
#include <stddef.h> /* for offsetof and ptrdiff_t */
+extern int asn_debug;
+
#ifdef _WIN32
#include <malloc.h>