This is an automated email from Gerrit.

Marc Schink ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/4049

-- gerrit

commit ea7395a15148d6640503c4a9c9695c5dfbe90a7c
Author: Marc Schink <[email protected]>
Date:   Thu Dec 15 09:40:49 2016 +0100

    helper/command.h: Add missing #includes
    
    Change-Id: I84650a51cdb015f5e8ae933a3288f6e87f9fb80b
    Signed-off-by: Marc Schink <[email protected]>

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

-- 

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to