--- psiconv/trunk/lib/psiconv/parse_simple.c 2003/11/25 22:08:48 170 +++ psiconv/trunk/lib/psiconv/parse_simple.c 2003/11/26 20:56:17 171 @@ -30,6 +30,8 @@ #include #endif +static psiconv_float_t pow2(int n); + /* Very inefficient, but good enough for now. By implementing it ourselves, we do not have to link with -lm */ psiconv_float_t pow2(int n)