diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helper/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h index 48cbdaa..07f3c29 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -32,6 +32,7 @@ /* Jim is provied by eCos */ #include <cyg/jimtcl/jim.h> #else +#define JIM_EMBEDDED #include "jim.h" #endif |