mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/net: add missing timex.h include
This commit is contained in:
parent
6fa0279008
commit
e9f040cc8c
@ -26,6 +26,7 @@
|
||||
/* prevent cascading include error to xtimer if it is not compiled in or not
|
||||
* supported by board */
|
||||
#if IS_USED(MODULE_EVTIMER)
|
||||
#include "timex.h"
|
||||
#include "evtimer.h"
|
||||
#endif
|
||||
#include "net/ipv6/addr.h"
|
||||
|
Loading…
Reference in New Issue
Block a user