summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2014-05-23 18:27:55 +0000
committerManolo Gouy <Manolo>2014-05-23 18:27:55 +0000
commit8b62acc26610752cd6406a51e274402b474ee7b3 (patch)
tree2c85d848fedb5c10ccca481e5e628d592b204d21
parent423ef813f0a4becd25141e419df1232dfb23cd62 (diff)
Added required #include <time.h>
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_x.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index a6dd44fa8..1e08dfa78 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -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>