diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /opcodes/cgen-types.h | |
parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) |
Notes
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 68363283eaad5..e713088d070bf 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; |