aboutsummaryrefslogtreecommitdiff
path: root/test/benchmarks/dhrystone/dhrystone.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmarks/dhrystone/dhrystone.h')
-rw-r--r--test/benchmarks/dhrystone/dhrystone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmarks/dhrystone/dhrystone.h b/test/benchmarks/dhrystone/dhrystone.h
index c2ef663..e36a93a 100644
--- a/test/benchmarks/dhrystone/dhrystone.h
+++ b/test/benchmarks/dhrystone/dhrystone.h
@@ -391,7 +391,7 @@ extern clock_t clock();
*** You must define HZ!!! ***
#endif /* HZ */
#ifndef PASS2
-struct tms time_info;
+extern struct tms time_info;
#endif
/*extern int times ();*/
/* see library function "times" */