--- projects/cms/source/ihost/libstatgrab/load_stat.c 2002/05/13 12:51:26 1.3 +++ projects/cms/source/ihost/libstatgrab/load_stat.c 2002/05/17 13:56:20 1.5 @@ -1,5 +1,8 @@ #include #include +#ifdef SOLARIS +#include +#endif #include "ukcprog.h" char *get_load_stats(){ @@ -33,7 +36,7 @@ char *get_load_stats(){ } #endif - xml_load_out=strf("%.2lf%.2lf%.2lf", loadav[0], loadav[1], loadav[2]); + xml_load_out=strf("%.2lf%.2lf%.2lf", loadav[0], loadav[1], loadav[2]); return xml_load_out; }