From: Marc Schink Date: Thu, 15 Dec 2016 09:44:21 +0000 (+0100) Subject: helper/types.h: Add missing #includes X-Git-Tag: v0.11.0-rc1~1203 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=7417feab29d987a2a68e376913b7c7f0999c0769 helper/types.h: Add missing #includes Change-Id: I02ae0fb9527c4b87308da9c2cab66c80d84579eb Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/4050 Tested-by: jenkins Reviewed-by: Tomas Vanek --- diff --git a/src/helper/types.h b/src/helper/types.h index 58c9e72457..a7dd2a8164 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 +#include #ifdef HAVE_SYS_TYPES_H #include #endif