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:
Diffstat (limited to 'libgloss/mips/cfe_api.h')
-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)