diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helper/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/types.h b/src/helper/types.h index 75b2ad1..11b97f6 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; |