|
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/4050 -- gerrit commit d17490c45dc091e06da5032df36f7f336e25bb54 Author: Marc Schink <ope...@ma...> Date: Thu Dec 15 10:44:21 2016 +0100 helper/types.h: Add missing #includes Change-Id: I02ae0fb9527c4b87308da9c2cab66c80d84579eb Signed-off-by: Marc Schink <ope...@ma...> 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 -- |