1
0
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:
Bas Stottelaar 2020-10-21 21:25:54 +02:00
parent 9d06bffbfb
commit 1afeff7497
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <stdio.h>
#include <inttypes.h>
#include "timex.h"
#include "net/sock/udp.h"
#include "tinydtls_keys.h"

View File

@ -27,6 +27,7 @@
#include "net/sock/udp.h"
#include "msg.h"
#include "timex.h"
#include "tinydtls_keys.h"
/* TinyDTLS */

View File

@ -23,6 +23,7 @@
#include "net/credman.h"
#include "msg.h"
#include "thread.h"
#include "timex.h"
#include "tinydtls_keys.h"

View File

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