aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/mm
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2014-11-06 18:17:42 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2014-11-06 18:17:42 -0800
commit5afc6b9bc2e3685220cffb3da66ad9f5f1f7b14f (patch)
tree654b7243b9e4079ed1fa46d0931ec3d74717621d /benchmarks/mm
parentc897f34a637fc38137eaf56f3d785ea4fce7a3bd (diff)
downloadriscv-tests-5afc6b9bc2e3685220cffb3da66ad9f5f1f7b14f.zip
riscv-tests-5afc6b9bc2e3685220cffb3da66ad9f5f1f7b14f.tar.gz
riscv-tests-5afc6b9bc2e3685220cffb3da66ad9f5f1f7b14f.tar.bz2
Fix build with riscv-gcc version 4.9
Diffstat (limited to 'benchmarks/mm')
-rw-r--r--benchmarks/mm/mm_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/mm/mm_main.c b/benchmarks/mm/mm_main.c
index 522768a..3bbfdcf 100644
--- a/benchmarks/mm/mm_main.c
+++ b/benchmarks/mm/mm_main.c
@@ -1,6 +1,7 @@
#include "common.h"
#include <assert.h>
#include <stdlib.h>
+#include <stdio.h>
#include "util.h"
void thread_entry(int cid, int nc)