|
From: <ge...@op...> - 2017-03-06 21:47:33
|
This is an automated email from Gerrit. Marc Schink (ope...@ma...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4049 -- gerrit commit ea7395a15148d6640503c4a9c9695c5dfbe90a7c Author: Marc Schink <ope...@ma...> Date: Thu Dec 15 09:40:49 2016 +0100 helper/command.h: Add missing #includes Change-Id: I84650a51cdb015f5e8ae933a3288f6e87f9fb80b Signed-off-by: Marc Schink <ope...@ma...> diff --git a/src/helper/command.h b/src/helper/command.h index 7e58adb..8e1cb15 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -22,6 +22,8 @@ #ifndef OPENOCD_HELPER_COMMAND_H #define OPENOCD_HELPER_COMMAND_H +#include <stdint.h> +#include <stdbool.h> #include <jim-nvp.h> /* To achieve C99 printf compatibility in MinGW, gnu_printf should be -- |