From f0880b386e8bf930841ee3fc6c7b688e1db309c9 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 27 Nov 2024 09:18:13 +0100 Subject: [PATCH] pkg/openwsn: add missing include --- pkg/openwsn/include/openwsn_log.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/openwsn/include/openwsn_log.h b/pkg/openwsn/include/openwsn_log.h index 5e0078fc14bd..ef73c348c46d 100644 --- a/pkg/openwsn/include/openwsn_log.h +++ b/pkg/openwsn/include/openwsn_log.h @@ -22,6 +22,8 @@ #ifndef OPENWSN_LOG_H #define OPENWSN_LOG_H +#include + #ifdef __cplusplus extern "C" { #endif