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

net/gnrc_sock: do not include xtimer.h without xtimer module

This commit is contained in:
Karl Fessel 2021-12-13 17:10:32 +01:00
parent 937efda843
commit 0a3dd441ce

View File

@ -26,7 +26,9 @@
#include "net/gnrc/tx_sync.h"
#include "net/udp.h"
#include "utlist.h"
#ifdef MODULE_XTIMER
#include "xtimer.h"
#endif
#include "sock_types.h"
#include "gnrc_sock_internal.h"