Added required #include <time.h>

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-05-23 18:27:55 +00:00
parent 423ef813f0
commit 8b62acc266

View File

@ -40,6 +40,7 @@
# include <stdlib.h>
# include "flstring.h"
# include <unistd.h>
# include <time.h>
# include <sys/time.h>
# include <X11/Xmd.h>
# include <X11/Xlocale.h>