Fix timer when run in bertos emulator.
[bertos.git] / bertos / mware / parser.h
index ebfda20734b38d026d5ebd0c27b96495b485fc9f..7271fb925630eb990288331faf1f31b7a1104710 100644 (file)
@@ -43,6 +43,8 @@
 #ifndef MWARE_PARSER_H
 #define MWARE_PARSER_H
 
+#include <cpu/types.h>
+
 /** Max number of arguments and results for each command */
 #define PARSER_MAX_ARGS       8