Skip to content

Commit

Permalink
pkg/openwsn: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Nov 27, 2024
1 parent 0dfd839 commit f0880b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/openwsn/include/openwsn_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#ifndef OPENWSN_LOG_H
#define OPENWSN_LOG_H

#include <stdio.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit f0880b3

Please sign in to comment.