--- psiconv/trunk/lib/psiconv/parse_simple.c 2002/01/28 21:04:05 141 +++ psiconv/trunk/lib/psiconv/parse_simple.c 2002/01/29 18:38:38 142 @@ -26,6 +26,10 @@ #include "parse_routines.h" #include "error.h" +#ifdef DMALLOC +#include +#endif + /* 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)