summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/helper/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helper/types.h b/src/helper/types.h
index 11b97f61..b32850cc 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -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;