Skip to content
Snippets Groups Projects
Commit 836b6c18 authored by duane's avatar duane
Browse files

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
parent 5f48cefb
Branches
Tags
No related merge requests found
...@@ -29,6 +29,9 @@ ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment