mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/*: add explicit include of timex.h
This commit is contained in:
parent
47d376c5c3
commit
5f83ee2730
@ -27,6 +27,7 @@
|
||||
#include "event.h"
|
||||
#include "event/timeout.h"
|
||||
#include "event/callback.h"
|
||||
#include "xtimer.h"
|
||||
|
||||
#define STACKSIZE THREAD_STACKSIZE_DEFAULT
|
||||
#define PRIO (THREAD_PRIORITY_MAIN - 1)
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "net/gnrc/netif/internal.h"
|
||||
#include "net/ndp.h"
|
||||
#include "sched.h"
|
||||
#include "timex.h"
|
||||
|
||||
#define _BUFFER_SIZE (128)
|
||||
#define _CUR_HL (155)
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "net/ndp.h"
|
||||
#include "net/sixlowpan/nd.h"
|
||||
#include "sched.h"
|
||||
#include "timex.h"
|
||||
|
||||
#define _BUFFER_SIZE (196)
|
||||
#define _ARO_LTIME (4224)
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "net/sock/dtls.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
#include "net/credman.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "tinydtls_common.h"
|
||||
#include "tinydtls_keys.h"
|
||||
|
Loading…
Reference in New Issue
Block a user