ao-tools: Declare ao_verbose as extern in shared header.
[fw/altos] / ao-tools / lib / ao-verbose.h
index d23e720cc8de1e73479579556f4afa1e696c73f8..79fbb0d953ae8e5d461483ef82a1f6c9926f512a 100644 (file)
@@ -22,7 +22,7 @@
 #include <stdint.h>
 #include <stdarg.h>
 
-uint32_t       ao_verbose;
+extern uint32_t        ao_verbose;
 
 #define AO_VERBOSE_EXE 1
 #define AO_VERBOSE_SELF        2