1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

sys/shell: add missing includes

This commit is contained in:
Karl Fessel 2022-02-25 18:32:47 +01:00
parent 35107ec4ba
commit 4147042bc1
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include "net/cord/ep.h"
#include "net/gnrc/netif.h"
#include "net/nanocoap.h"
#include "net/sock/util.h"
#include "net/cord/config.h"

View File

@ -24,6 +24,7 @@
#include "net/sntp.h"
#include "net/ntp_packet.h"
#include "net/af.h"
#include "net/gnrc/netif.h"
#include "net/ipv6/addr.h"
#include "timex.h"