]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
Fixed copyrights, corrected licence spelling
[wxWidgets.git] / src / common / file.cpp
index 45e94a868d5639cac3fcde0bc11caf1bf484688d..504bdbceeabb08c4344ca2d4ca9a1a93dbf11d1d 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     29/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
@@ -56,6 +56,7 @@
 
 #elif (defined(__UNIX__) || defined(__GNUWIN32__))
     #include  <unistd.h>
+    #include  <sys/stat.h>
     #ifdef __GNUWIN32__
         #include <windows.h>
     #endif