author | alwin <alwin> | 2004-03-02 19:15:03 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-02 19:15:03 (UTC) |
commit | 4e214ca53f618d2d848c6f281c545e1883bc52eb (patch) (side-by-side diff) | |
tree | 0c276ac7e2578fc92ba10287d7a9cc90a2be3d64 /noncore | |
parent | d07327ddaab9214cde73081794dc13e33e1a1279 (diff) | |
download | opie-4e214ca53f618d2d848c6f281c545e1883bc52eb.zip opie-4e214ca53f618d2d848c6f281c545e1883bc52eb.tar.gz opie-4e214ca53f618d2d848c6f281c545e1883bc52eb.tar.bz2 |
hack so it compiles with gcc2 toolchain
-rw-r--r-- | noncore/settings/sysinfo/benchmarkinfo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -42,8 +42,12 @@ #include <time.h> #include <stdio.h> #include <stdlib.h> #include <math.h> +#if defined (__GNUC__) && (__GNUC__ < 3) +extern double round(double); +#endif + #include "benchmarkinfo.h" extern "C" |