We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nanocoap.h
1 parent e22e357 commit c700eadCopy full SHA for c700ead
1 file changed
sys/include/suit/transport/worker.h
@@ -25,7 +25,9 @@
25
#ifndef SUIT_TRANSPORT_WORKER_H
26
#define SUIT_TRANSPORT_WORKER_H
27
28
-#include "net/nanocoap.h"
+#if MODULE_NANOCOAP
29
+# include "net/nanocoap.h"
30
+#endif
31
32
#ifdef __cplusplus
33
extern "C" {
0 commit comments