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

sys/xtimer: add missing msg.h include

This commit is contained in:
Kaspar Schleiser 2020-11-26 13:18:48 +01:00
parent 7fe0d5cba8
commit ae053469d5

View File

@ -23,6 +23,7 @@
#include <string.h>
#include "xtimer.h"
#include "msg.h"
#include "mutex.h"
#include "rmutex.h"
#include "thread.h"