From 836b6c18f08d8a6c123224f9f21bb6d98900cfa1 Mon Sep 17 00:00:00 2001 From: duane Date: Sun, 21 Jun 2009 02:59:39 +0000 Subject: [PATCH] C99 Type updates, include inttypes.h - it is catagorically required git-svn-id: svn://svn.berlios.de/openocd/trunk@2296 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/helper/types.h b/src/helper/types.h index 11b97f61e9..b32850ccc4 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -29,6 +29,9 @@ #ifdef HAVE_STDINT_H #include #endif +#ifdef HAVE_INTTYPES_H +#include +#endif typedef struct jtag_tap_s jtag_tap_t; -- 2.30.2