Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/benchmarks/himenobench/files/patch-himenobmtxps.c
18160 views
1
--- himenobmtxps.c.orig 2016-07-27 14:57:50 UTC
2
+++ himenobmtxps.c
3
@@ -37,6 +37,7 @@
4
********************************************************************/
5
6
#include <stdio.h>
7
+#include <sys/time.h>
8
9
#ifdef SSMALL
10
#define MIMAX 33
11
@@ -245,7 +246,6 @@ mflops(int nn,double cpu,double flop)
12
double
13
second()
14
{
15
-#include <sys/time.h>
16
17
struct timeval tm;
18
double t ;
19
20