]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
moved wxUniv-specific GUI stuff from wxBase to wxCore; this fixes wxUniv DLL build
[wxWidgets.git] / src / common / file.cpp
index da27b425d1cb317f27864d880125c228bfa6ea33..d8f53811f07389999abd68e364602d5d2c0c50ef 100644 (file)
@@ -58,6 +58,7 @@
     // TODO: what to include?
 #elif (defined(__UNIX__) || defined(__GNUWIN32__))
     #include  <unistd.h>
+    #include  <time.h>
     #include  <sys/stat.h>
     #ifdef __GNUWIN32__
         #include "wx/msw/wrapwin.h"