|
From: <du...@ma...> - 2009-06-21 04:59:55
|
Author: duane Date: 2009-06-21 04:59:39 +0200 (Sun, 21 Jun 2009) New Revision: 2296 Modified: trunk/src/helper/types.h Log: C99 Type updates, include inttypes.h - it is catagorically required Modified: trunk/src/helper/types.h =================================================================== --- trunk/src/helper/types.h 2009-06-20 18:19:21 UTC (rev 2295) +++ trunk/src/helper/types.h 2009-06-21 02:59:39 UTC (rev 2296) @@ -29,6 +29,9 @@ #ifdef HAVE_STDINT_H #include <stdint.h> #endif +#ifdef HAVE_INTTYPES_H +#include <inttypes.h> +#endif typedef struct jtag_tap_s jtag_tap_t; |