Skip to content

Commit 2efec4e

Browse files
committed
Add missing #include <stdio.h>.
1 parent 47f7ac7 commit 2efec4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C/Savina/src/micro/Big.lf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ target C{
4141
import BenchmarkRunner from "../BenchmarkRunner.lf";
4242

4343
preamble {=
44+
#include <stdio.h>
4445
#include "PseudoRandom.h"
4546
=}
4647

0 commit comments

Comments
 (0)