diff options
Diffstat (limited to 'opcodes/cgen-types.h')
-rw-r--r-- | opcodes/cgen-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-types.h b/opcodes/cgen-types.h index 68363283eaad..e713088d070b 100644 --- a/opcodes/cgen-types.h +++ b/opcodes/cgen-types.h @@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef CGEN_TYPES_H #define CGEN_TYPES_H -#include <stdint.h> +#include "../bfd/bfd_stdint.h" typedef int8_t QI; typedef uint8_t UQI; |