diff options
author | Steve Ellcey <sellcey@mips.com> | 2013-12-04 21:18:02 +0000 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2013-12-04 21:18:02 +0000 |
commit | 2f8a6f194746751fbfe8ba2fef483e8bc371ba29 (patch) | |
tree | e9810efe2b80bb69704a975e7b4c4b41ec34c790 /libgloss/mips | |
parent | 9915ebec8a20b9fccd8459c6a5a63c08d1fae635 (diff) | |
download | cygnal-2f8a6f194746751fbfe8ba2fef483e8bc371ba29.tar.gz cygnal-2f8a6f194746751fbfe8ba2fef483e8bc371ba29.tar.bz2 cygnal-2f8a6f194746751fbfe8ba2fef483e8bc371ba29.zip |
2013-12-04 Steve Ellcey <sellcey@mips.com>
* mips/cfe_api.h: Include stdint.h.
Diffstat (limited to 'libgloss/mips')
-rw-r--r-- | libgloss/mips/cfe_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/mips/cfe_api.h b/libgloss/mips/cfe_api.h index b17f929c4..b79b0a08f 100644 --- a/libgloss/mips/cfe_api.h +++ b/libgloss/mips/cfe_api.h @@ -59,6 +59,7 @@ * CFE_API_* can be defined here as desired. */ /* Begin customization. */ +#include <stdint.h> #include <string.h> #define cfe_strlen(s) strlen(s) |