summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorLeo C2018-07-21 13:27:15 +0200
committerLeo C2018-07-21 13:27:15 +0200
commit7eecbdacec66226ebc3959411883aeaebcf9791d (patch)
tree1e4f850854c5f4f73410a6e85ecc761544ec5c8a /include/common.h
parent5caa8c2b8906f17ca97aad2be3d746c3b5fef8f3 (diff)
downloadz180-stamp-7eecbdacec66226ebc3959411883aeaebcf9791d.zip
Remove extern declarations from command_tbl.c, create .h files for that.
# Conflicts: # avr/env.c
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 1064bf3..eb38853 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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__)