X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fcommand.h;h=f9c02e57383878392115268c83022f568cc2f4a5;hp=fc017326bb306a41eb92315a3e55ead4f275eeb1;hb=6c0590cb4d3e7701658279ee76d96e5c077fb256;hpb=a4df0e02b2853be00ebcbcca81f39c99ae2b854c diff --git a/src/helper/command.h b/src/helper/command.h index fc017326bb..f9c02e5738 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -26,6 +26,8 @@ #include #include +#include + /* To achieve C99 printf compatibility in MinGW, gnu_printf should be * used for __attribute__((format( ... ))), with GCC v4.4 or later */