]> git.saurik.com Git - wxWidgets.git/commitdiff
Intel C++ needs time.h before sys/stat.h
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Aug 2003 19:11:35 +0000 (19:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Aug 2003 19:11:35 +0000 (19:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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"