net/nanocoap: fix includes for nanocoap sock
This commit is contained in:
parent
169a72b9a7
commit
bd457aee2b
@ -19,9 +19,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "net/nanocoap.h"
|
||||
#include "net/nanocoap_sock.h"
|
||||
|
||||
#include "xtimer.h"
|
||||
|
||||
#define COAP_INBUF_SIZE (256U)
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "net/nanocoap.h"
|
||||
#include "net/sock/udp.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "net/nanocoap.h"
|
||||
#include "net/nanocoap_sock.h"
|
||||
#include "net/sock/udp.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user