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:
parent
8573faba5c
commit
16117566cc
@ -31,6 +31,8 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "modules.h"
|
||||
#include "timex.h"
|
||||
#ifdef MODULE_CORE_MSG
|
||||
#include "msg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user