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:
parent
937efda843
commit
0a3dd441ce
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user