fixed endianess bug in printf
[mdlife] / src / debug.h
index 491b288..76d07f9 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef DEBUG_H_
 #define DEBUG_H_
 
-#include <inttypes.h>
+#include <stdint.h>
 
 extern uint32_t dbgval[];