summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 1bf2cb48..0ee66b09 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -29,12 +29,11 @@
#if BUILD_ECOSBOARD
#include <stdio.h>
#include <stdarg.h>
-/* Jim is provied by eCos */
-#include <cyg/jimtcl/jim.h>
-#else
-#include <helper/jim.h>
#endif
+#include <jim.h>
+#include <jim-nvp.h>
+
/* To achieve C99 printf compatibility in MinGW, gnu_printf should be
* used for __attribute__((format( ... ))), with GCC v4.4 or later
*/