From: zwelch Date: Thu, 18 Jun 2009 10:42:40 +0000 (+0000) Subject: Oyvind Harboe : X-Git-Tag: v0.2.0~229 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8ba53ef6fd666e539a97b3a4d61394276f024a8;p=openocd Oyvind Harboe : Ecos uses sys/types.h not stdint.h. git-svn-id: svn://svn.berlios.de/openocd/trunk@2286 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/helper/types.h b/src/helper/types.h index 75b2ad1b..11b97f61 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -26,7 +26,9 @@ #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_STDINT_H #include +#endif typedef struct jtag_tap_s jtag_tap_t;