mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/*: add explicit include of timex.h
This commit is contained in:
parent
9d06bffbfb
commit
1afeff7497
@ -24,6 +24,7 @@
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "timex.h"
|
||||
#include "net/sock/udp.h"
|
||||
#include "tinydtls_keys.h"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "net/sock/udp.h"
|
||||
#include "msg.h"
|
||||
#include "timex.h"
|
||||
#include "tinydtls_keys.h"
|
||||
|
||||
/* TinyDTLS */
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "net/credman.h"
|
||||
#include "msg.h"
|
||||
#include "thread.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "tinydtls_keys.h"
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "event/timeout.h"
|
||||
#include "nimble_riot.h"
|
||||
#include "net/bluetil/ad.h"
|
||||
#include "timex.h"
|
||||
|
||||
#include "host/ble_hs.h"
|
||||
#include "host/ble_gatt.h"
|
||||
|
Loading…
Reference in New Issue
Block a user