From 4e214ca53f618d2d848c6f281c545e1883bc52eb Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 02 Mar 2004 19:15:03 +0000 Subject: hack so it compiles with gcc2 toolchain --- diff --git a/noncore/settings/sysinfo/benchmarkinfo.cpp b/noncore/settings/sysinfo/benchmarkinfo.cpp index d6ecec5..2c68fd5 100644 --- a/noncore/settings/sysinfo/benchmarkinfo.cpp +++ b/noncore/settings/sysinfo/benchmarkinfo.cpp @@ -43,6 +43,10 @@ #include #include #include +#if defined (__GNUC__) && (__GNUC__ < 3) +extern double round(double); +#endif + #include "benchmarkinfo.h" -- cgit v0.9.0.2