Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / UDI / Tools / udibuild_src / include / common.h
index 0cb419b..2f92913 100644 (file)
@@ -9,6 +9,7 @@
 #define _COMMON_H_
 
 #include <stdarg.h>
+#include <stdbool.h>
 
 #ifndef __GNUC__
 # define __attribute__(...)
@@ -16,5 +17,7 @@
 
 extern char    *mkstr(const char *fmt, ...) __attribute__((format(printf,1,2)));
 
+extern bool    gbTraceEnabled;
+
 #endif
 

UCC git Repository :: git.ucc.asn.au