1
0
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:
Neil Jones 2017-02-09 12:25:52 +00:00
parent bc57f42a2a
commit e3c8386d12

View File

@ -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 */