diff --git a/examples/nanocoap_server/coap_handler.c b/examples/nanocoap_server/coap_handler.c index 9a916e12a5..1c07774249 100644 --- a/examples/nanocoap_server/coap_handler.c +++ b/examples/nanocoap_server/coap_handler.c @@ -13,6 +13,7 @@ #include "fmt.h" #include "net/nanocoap.h" #include "hashes/sha256.h" +#include "kernel_defines.h" /* internal value that can be read/written via CoAP */ static uint8_t internal_value = 0;