2013-12-04 Steve Ellcey <sellcey@mips.com>
* mips/cfe_api.h: Include stdint.h.
This commit is contained in:
parent
9915ebec8a
commit
2f8a6f1947
|
@ -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>
|
2013-11-21 Daniel Ramirez <javamonn@gmail.com>
|
||||||
|
|
||||||
* d30v/syscalls.c, i960/mon960.c, m68k/io-stat.c, mt/stat.c,
|
* d30v/syscalls.c, i960/mon960.c, m68k/io-stat.c, mt/stat.c,
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
* CFE_API_* can be defined here as desired.
|
* CFE_API_* can be defined here as desired.
|
||||||
*/
|
*/
|
||||||
/* Begin customization. */
|
/* Begin customization. */
|
||||||
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#define cfe_strlen(s) strlen(s)
|
#define cfe_strlen(s) strlen(s)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue