2013-12-04 Steve Ellcey <sellcey@mips.com>

* mips/cfe_api.h: Include stdint.h.
This commit is contained in:
Steve Ellcey 2013-12-04 21:18:02 +00:00
parent 9915ebec8a
commit 2f8a6f1947
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -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)