[Scummvm-cvs-logs] SF.net SVN: scummvm:[38723] scummvm/trunk/engines/sci/engine/kfile.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Feb 21 19:56:17 CET 2009


Revision: 38723
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38723&view=rev
Author:   thebluegr
Date:     2009-02-21 18:56:17 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
Fixed compilation under MSVC

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kfile.cpp

Modified: scummvm/trunk/engines/sci/engine/kfile.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kfile.cpp	2009-02-21 18:46:03 UTC (rev 38722)
+++ scummvm/trunk/engines/sci/engine/kfile.cpp	2009-02-21 18:56:17 UTC (rev 38723)
@@ -24,6 +24,7 @@
  */
 
 #ifdef WIN32
+#  include <sys/stat.h>		// for S_IREAD/S_IWRITE
 #  include <windows.h>
 #elif defined (__DC__)
 #  include <dc.h>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list