aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-17 11:28:13 +0000
committerNadesh Ramanathan <nadeshramanathan88@gmail.com>2020-11-17 11:28:13 +0000
commitdefefdc938c88e7c1b66974a69016b6bf69b860a (patch)
tree76e565ba1f18b129daa8a0bebfde001f95dbb9af /benchmarks
parent7d9057a6ca6f591851ee5c6e8d74e3833aae3903 (diff)
downloadvericert-defefdc938c88e7c1b66974a69016b6bf69b860a.tar.gz
vericert-defefdc938c88e7c1b66974a69016b6bf69b860a.zip
missing library
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/polybench-syn/linear-algebra/blas/gesummv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c b/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
index c7d30f3..3758fc8 100644
--- a/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
+++ b/benchmarks/polybench-syn/linear-algebra/blas/gesummv.c
@@ -10,6 +10,9 @@
/* gesummv.c: this file is part of PolyBench/C */
#include "../../include/misc.h"
+#ifndef SYNTHESIS
+ #include <stdio.h>
+#endif
#define plus(i) i = i + ONE