Author: bgbnbigben Date: 2011-02-04 16:50:44 -0800 (Fri, 04 Feb 2011) New Revision: 8370 Log: Whoops, forgot to include <stdio> to allow fltk_fopen to be declared in run.h
Modified: trunk/fltk/run.h Modified: trunk/fltk/run.h =================================================================== --- trunk/fltk/run.h 2011-02-05 00:48:46 UTC (rev 8369) +++ trunk/fltk/run.h 2011-02-05 00:50:44 UTC (rev 8370) @@ -24,6 +24,7 @@ #define fltk_run_h #include "FL_API.h" +#include <stdio.h> #ifdef check # undef check #endif _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
