1
0
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:
Alexandre Abadie 2023-05-21 08:01:52 +02:00
parent 6fa0279008
commit e9f040cc8c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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"