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

-- gerrit

commit d17490c45dc091e06da5032df36f7f336e25bb54
Author: Marc Schink <[email protected]>
Date:   Thu Dec 15 10:44:21 2016 +0100

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

diff --git a/src/helper/types.h b/src/helper/types.h
index 58c9e72..a7dd2a8 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -22,7 +22,12 @@
 #ifndef OPENOCD_HELPER_TYPES_H
 #define OPENOCD_HELPER_TYPES_H
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stddef.h>
+#include <assert.h>
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
 #endif

-- 

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