From: Florian G. <re...@us...> - 2007-04-27 21:20:09
|
Update of /cvsroot/perfparse/_perfparse/db_tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13965/db_tools Modified Files: convert.c Log Message: fix compiler warnings Index: convert.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/db_tools/convert.c,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** convert.c 20 Apr 2007 13:43:10 -0000 1.36 --- convert.c 27 Apr 2007 21:20:06 -0000 1.37 *************** *** 40,43 **** --- 40,44 ---- #include <sys/types.h> #include <ncurses.h> + #include <math.h> /* |