Author: AlbrechtS Date: 2009-04-01 07:10:58 -0700 (Wed, 01 Apr 2009) New Revision: 6733 Log: Reverted removal of #include <stdio.h>, because it _is_ needed. It was removed in r 6682 (STR #2173).
Modified: branches/branch-1.3/FL/Fl_Preferences.H Modified: branches/branch-1.3/FL/Fl_Preferences.H =================================================================== --- branches/branch-1.3/FL/Fl_Preferences.H 2009-04-01 07:21:34 UTC (rev 6732) +++ branches/branch-1.3/FL/Fl_Preferences.H 2009-04-01 14:10:58 UTC (rev 6733) @@ -31,6 +31,7 @@ #ifndef Fl_Preferences_H # define Fl_Preferences_H +# include <stdio.h> # include "Fl_Export.H" _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
