[Scummvm-cvs-logs] CVS: scummvm/common stdafx.h,1.31,1.32

Eugene Sandulenko sev at users.sourceforge.net
Sun Oct 2 13:26:12 CEST 2005


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21012

Modified Files:
	stdafx.h 
Log Message:
Fix compilation


Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- stdafx.h	30 Sep 2005 21:13:49 -0000	1.31
+++ stdafx.h	30 Sep 2005 21:45:41 -0000	1.32
@@ -115,7 +115,7 @@
 #endif
 #if !defined(macintosh) && !defined(PALMOS_ARM)
 #include <sys/types.h>
-#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__) && !defined(__SYMBIAN32__,)
+#if !defined(__PLAYSTATION2__) && !defined(__PSP__) && !defined(__amigaos4__) && !defined(__SYMBIAN32__)
 #include <sys/uio.h>
 #endif
 #if !defined(__amigaos4__)





More information about the Scummvm-git-logs mailing list