jim tests: use installed
[fw/openocd] / src / helper / command.h
index 1bf2cb48cb1b06ba4365fc9c44ca879bc510dd85..0ee66b09882a44d0732208282569b95233bb9dd9 100644 (file)
 #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
  */