Skip to content

Commit 47f7ac7

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

C/Savina/src/BenchmarkRunner.lf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ target C;
3434
* @author Matt Chorlian
3535
* @author Arthur Deng
3636
*/
37+
38+
preamble {=
39+
#include <stdio.h>
40+
=}
41+
3742
reactor BenchmarkRunner(num_iterations:int(12)) {
3843

3944
/** Signal to start execution. Set this input from a startup reaction in the main reactor. */

C/Savina/src/parallelism/Trapezoidal.lf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ target C {
3131

3232
import BenchmarkRunner from "../BenchmarkRunner.lf";
3333
preamble {=
34+
#include <stdio.h>
3435
#include "benchmark_runner.h"
3536
typedef struct WorkMessage {
3637

0 commit comments

Comments
 (0)