From 7eecbdacec66226ebc3959411883aeaebcf9791d Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 21 Jul 2018 13:27:15 +0200 Subject: Remove extern declarations from command_tbl.c, create .h files for that. # Conflicts: # avr/env.c --- include/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/common.h') 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 #include +#include +#include +#include #define GCC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__) -- cgit v1.2.3