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__archive__
parent
5f48cefb10
commit
836b6c18f0
|
@ -29,6 +29,9 @@
|
||||||
#ifdef HAVE_STDINT_H
|
#ifdef HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_INTTYPES_H
|
||||||
|
#include <inttypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct jtag_tap_s jtag_tap_t;
|
typedef struct jtag_tap_s jtag_tap_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue