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

sys: cpp11-compat: adapt to thread.h

This commit is contained in:
Kaspar Schleiser 2016-03-01 16:33:57 +01:00
parent 67d3d44927
commit 0bf305e0e7

View File

@ -23,6 +23,7 @@
#include "irq.h"
#include "sched.h"
#include "thread.h"
#include "timex.h"
#include "xtimer.h"
#include "priority_queue.h"