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

sys/xtimer: add missing "modules.h" include to xtimer.h

This commit is contained in:
Kaspar Schleiser 2023-05-02 13:51:23 +02:00
parent 8573faba5c
commit 16117566cc

View File

@ -31,6 +31,8 @@
#include <stdbool.h>
#include <stdint.h>
#include "modules.h"
#include "timex.h"
#ifdef MODULE_CORE_MSG
#include "msg.h"