mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
sys/suit: include nanocoap.h only when used
This commit is contained in:
parent
e22e357374
commit
c700ead7e9
@ -25,7 +25,9 @@
|
||||
#ifndef SUIT_TRANSPORT_WORKER_H
|
||||
#define SUIT_TRANSPORT_WORKER_H
|
||||
|
||||
#include "net/nanocoap.h"
|
||||
#if MODULE_NANOCOAP
|
||||
# include "net/nanocoap.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user