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 | |
parent | 9915ebec8a20b9fccd8459c6a5a63c08d1fae635 (diff) | |
download | newlib-2f8a6f194746751fbfe8ba2fef483e8bc371ba29.zip newlib-2f8a6f194746751fbfe8ba2fef483e8bc371ba29.tar.gz newlib-2f8a6f194746751fbfe8ba2fef483e8bc371ba29.tar.bz2 |
2013-12-04 Steve Ellcey <sellcey@mips.com>
* mips/cfe_api.h: Include stdint.h.
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/ChangeLog | 4 | ||||
-rw-r--r-- | libgloss/mips/cfe_api.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index f8dfb39..9c03639 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,7 @@ +2013-12-04 Steve Ellcey <sellcey@mips.com> + + * mips/cfe_api.h: Include stdint.h. + 2013-11-21 Daniel Ramirez <javamonn@gmail.com> * d30v/syscalls.c, i960/mon960.c, m68k/io-stat.c, mt/stat.c, diff --git a/libgloss/mips/cfe_api.h b/libgloss/mips/cfe_api.h index b17f929..b79b0a0 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) |