]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/common.h
Remove extern declarations from command_tbl.c, create .h files for that.
[z180-stamp.git] / include / common.h
index 1064bf3d050272d8711a535e125b311e62ca2000..eb38853cbe96ad0f8870df023a1bd32691079949 100644 (file)
@@ -9,6 +9,9 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <stdbool.h>
+#include <string.h>
+#include <stdlib.h>
 
 #define GCC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)