1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

sys/sc_gnrc_udp: fix *timer include

This commit is contained in:
Francisco Molina 2022-03-15 22:21:53 +01:00
parent d86828c53b
commit be6a76a3c0

View File

@ -31,9 +31,10 @@
#include "net/utils.h"
#include "timex.h"
#include "utlist.h"
#if IS_USED(MODULE_ZTIMER)
#if IS_USED(MODULE_ZTIMER_USEC) || IS_USED(MODULE_ZTIMER_MSEC)
#include "ztimer.h"
#else
#endif
#if IS_USED(MODULE_XTIMER)
#include "xtimer.h"
#endif