1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys: newlib: include fix

This commit is contained in:
Kaspar Schleiser 2016-02-29 21:55:56 +01:00
parent 6881f65f46
commit 67d3d44927

View File

@ -32,6 +32,7 @@
#include "cpu.h"
#include "board.h"
#include "sched.h"
#include "thread.h"
#include "reboot.h"
#include "irq.h"