1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples: add missing includes

thread.h
    gnrc/netif.h
This commit is contained in:
Karl Fessel 2022-02-25 18:45:25 +01:00
parent b192e5f63c
commit 9a2ccd51f4
6 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "net/gcoap.h"
#include "net/cord/epsim.h"
#include "net/cord/common.h"
#include "net/gnrc/netif.h"
#include "net/sock/util.h"
#include "net/ipv6/addr.h"
#include "xtimer.h"

View File

@ -23,6 +23,7 @@
#include "net/cord/config.h"
#include "net/cord/lc.h"
#include "net/gnrc/netif.h"
#include "net/gcoap.h"
#include "net/sock/util.h"

View File

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

View File

@ -20,6 +20,7 @@
#include "kernel_defines.h"
#include "net/gnrc/netif.h"
#include "net/sock/udp.h"
#include "net/sock/dtls.h"
#include "net/sock/dtls/creds.h"

View File

@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include "net/gnrc/netif.h"
#include "log.h"
#define SERVER_PORT 11111

View File

@ -27,6 +27,7 @@
#include "msg.h"
#include "net/emcute.h"
#include "net/ipv6/addr.h"
#include "thread.h"
#ifndef EMCUTE_ID
#define EMCUTE_ID ("gertrud")