aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mips
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2013-12-04 21:18:02 +0000
committerSteve Ellcey <sellcey@mips.com>2013-12-04 21:18:02 +0000
commit2f8a6f194746751fbfe8ba2fef483e8bc371ba29 (patch)
treee9810efe2b80bb69704a975e7b4c4b41ec34c790 /libgloss/mips
parent9915ebec8a20b9fccd8459c6a5a63c08d1fae635 (diff)
downloadnewlib-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/mips')
-rw-r--r--libgloss/mips/cfe_api.h1
1 files changed, 1 insertions, 0 deletions
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)