diff --git a/src/helper/types.h b/src/helper/types.h index 75b2ad1b8..11b97f61e 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -26,7 +26,9 @@ #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_STDINT_H #include +#endif typedef struct jtag_tap_s jtag_tap_t;