Author: ianmacarthur Date: 2011-08-17 13:03:55 -0700 (Wed, 17 Aug 2011) New Revision: 8977 Log: Had to add ctype.h to the includes in file_make.cxx for linux to compile....
Modified: branches/branch-3.0/fluid/file_make.cxx Modified: branches/branch-3.0/fluid/file_make.cxx =================================================================== --- branches/branch-3.0/fluid/file_make.cxx 2011-08-16 20:17:08 UTC (rev 8976) +++ branches/branch-3.0/fluid/file_make.cxx 2011-08-17 20:03:55 UTC (rev 8977) @@ -33,6 +33,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <ctype.h> #include "Fl_Type.h" #include "../fltk3/filename.h" _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
