mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/test_utils/print_stack_usage: include stdio if printf is used
This commit is contained in:
parent
514325b8b3
commit
bac70c5e47
@ -22,6 +22,8 @@
|
||||
|
||||
#if MODULE_FMT
|
||||
#include "fmt.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#if MODULE_FMT
|
||||
|
Loading…
Reference in New Issue
Block a user