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/4057

-- gerrit

commit 3e9ed6bfc67f1f63b7795e7ed6fd778151d95caa
Author: Marc Schink <[email protected]>
Date:   Wed Mar 8 00:06:35 2017 +0100

    helper/replacements.h: Add missing #include
    
    Change-Id: Ic6c47f7fbc999d00ef3211c1fa44867e3aabc321
    Signed-off-by: Marc Schink <[email protected]>

diff --git a/src/helper/replacements.h b/src/helper/replacements.h
index 1e2fbf2..c3f451e 100644
--- a/src/helper/replacements.h
+++ b/src/helper/replacements.h
@@ -25,6 +25,8 @@
 #ifndef OPENOCD_HELPER_REPLACEMENTS_H
 #define OPENOCD_HELPER_REPLACEMENTS_H
 
+#include <stdint.h>
+
 /* MIN,MAX macros */
 #ifndef MIN
 #define MIN(a, b) (((a) < (b)) ? (a) : (b))

-- 

------------------------------------------------------------------------------
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