X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhelper%2Fcommand.h;h=3d1cdec8608730184e2ad4de6a1487070e608310;hb=68bd107c6db941ec7b22f3e491e314041a95224b;hp=1bf2cb48cb1b06ba4365fc9c44ca879bc510dd85;hpb=f3ae52cace69f9568bac719d50af3a62993e96ad;p=fw%2Fopenocd diff --git a/src/helper/command.h b/src/helper/command.h index 1bf2cb48c..3d1cdec86 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -29,12 +29,11 @@ #if BUILD_ECOSBOARD #include #include -/* Jim is provied by eCos */ -#include -#else -#include #endif +#include +#include + /* To achieve C99 printf compatibility in MinGW, gnu_printf should be * used for __attribute__((format( ... ))), with GCC v4.4 or later */ @@ -174,7 +173,7 @@ typedef __COMMAND_HANDLER((*command_handler_t)); struct command { - char *name; + const char *name; const char *help; const char *usage; struct command *parent;