mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys: fmt: include stdio.h for mips.
This commit is contained in:
parent
bc57f42a2a
commit
e3c8386d12
@ -24,7 +24,7 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __WITH_AVRLIBC__
|
||||
#if defined(__WITH_AVRLIBC__) || defined(__mips__)
|
||||
#include <stdio.h> /* for fwrite() */
|
||||
#else
|
||||
/* work around broken sys/posix/unistd.h */
|
||||
|
Loading…
Reference in New Issue
Block a user