Reverted removal of #include <stdio.h>, because it _is_ needed.

It was removed in r 6682 (STR #2173).


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6733 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2009-04-01 14:10:58 +00:00
parent f4de1317c3
commit 509ac7e176

View File

@ -31,6 +31,7 @@
#ifndef Fl_Preferences_H
# define Fl_Preferences_H
# include <stdio.h>
# include "Fl_Export.H"