diff options
Diffstat (limited to 'src/helper/jim.c')
-rw-r--r-- | src/helper/jim.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/helper/jim.c b/src/helper/jim.c index 261b8602..601e0eb9 100644 --- a/src/helper/jim.c +++ b/src/helper/jim.c @@ -48,6 +48,15 @@ #ifdef __ECOS #include <pkgconf/jimtcl.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <stdarg.h> +#include <ctype.h> +#include <limits.h> +#include <assert.h> +#include <errno.h> +#include <time.h> #endif #ifndef JIM_ANSIC #define JIM_DYNLIB /* Dynamic library support for UNIX and WIN32 */ |