1
0
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:
Bas Stottelaar 2020-10-21 21:26:50 +02:00
parent 47d376c5c3
commit 5f83ee2730
4 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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"