Skip to content
Snippets Groups Projects
Unverified Commit fa38f055 authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #10642 from kb2ma/nanocoap/fix_nanocoap_sock_includes

net/nanocoap: fix includes for nanocoap sock
parents d2478af2 bd457aee
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,7 @@ ...@@ -19,9 +19,7 @@
#include <stdio.h> #include <stdio.h>
#include "net/nanocoap.h"
#include "net/nanocoap_sock.h" #include "net/nanocoap_sock.h"
#include "xtimer.h" #include "xtimer.h"
#define COAP_INBUF_SIZE (256U) #define COAP_INBUF_SIZE (256U)
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <stdint.h> #include <stdint.h>
#include <unistd.h> #include <unistd.h>
#include "net/nanocoap.h"
#include "net/sock/udp.h" #include "net/sock/udp.h"
#ifdef __cplusplus #ifdef __cplusplus
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include "net/nanocoap.h" #include "net/nanocoap_sock.h"
#include "net/sock/udp.h" #include "net/sock/udp.h"
#define ENABLE_DEBUG (0) #define ENABLE_DEBUG (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment