Skip to content

Commit 8be44cd

Browse files
Merge pull request #179 from JamesTimothyMeech/patch-1
Fix for issue #174 where sbench benchmarks fail to compile
2 parents 9e8de6f + 7ccca83 commit 8be44cd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

benchmarks/source/superh/port/devexcp.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <stdint.h>
12
#include "sf-types.h"
23
#include "sh7708.h"
34

benchmarks/source/superh/port/devloc.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <stdint.h>
12
#include "sf-types.h"
23
#include "tag.h"
34
#include "devsim7708.h"

benchmarks/source/superh/sbench/Sift-MAC/sift-mac.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <stdint.h>
12
#include <stdlib.h>
23
#include <string.h>
34
#include <math.h>

0 commit comments

Comments
 (0)