pkg/tinydtls: depends on xtimer
This commit is contained in:
parent
427df6d59d
commit
af4381db07
@ -5,6 +5,7 @@ USEMODULE += hashes
|
|||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
USEMODULE += tinydtls_aes
|
USEMODULE += tinydtls_aes
|
||||||
USEMODULE += tinydtls_ecc
|
USEMODULE += tinydtls_ecc
|
||||||
|
USEMODULE += xtimer
|
||||||
|
|
||||||
# TinyDTLS only has support for 32-bit architectures ATM
|
# TinyDTLS only has support for 32-bit architectures ATM
|
||||||
FEATURES_REQUIRED += arch_32bit
|
FEATURES_REQUIRED += arch_32bit
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "net/sock/dtls.h"
|
#include "net/sock/dtls.h"
|
||||||
#include "net/credman.h"
|
#include "net/credman.h"
|
||||||
|
#include "xtimer.h"
|
||||||
|
|
||||||
#if SOCK_HAS_ASYNC
|
#if SOCK_HAS_ASYNC
|
||||||
#include "net/sock/async.h"
|
#include "net/sock/async.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user