1
0
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:
Marian Buschsieweke 2025-02-05 11:37:53 +01:00
parent e22e357374
commit c700ead7e9
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41

View File

@ -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" {