Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2013-12-05 01:18:02 +0400
committerSteve Ellcey <sellcey@mips.com>2013-12-05 01:18:02 +0400
commit2f8a6f194746751fbfe8ba2fef483e8bc371ba29 (patch)
treee9810efe2b80bb69704a975e7b4c4b41ec34c790 /libgloss/mips
parent9915ebec8a20b9fccd8459c6a5a63c08d1fae635 (diff)
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 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)