summaryrefslogtreecommitdiff
path: root/src/helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper')
-rw-r--r--src/helper/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/types.h b/src/helper/types.h
index 75b2ad1b..11b97f61 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -26,7 +26,9 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
typedef struct jtag_tap_s jtag_tap_t;