aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-07-28 21:55:09 +0000
committerPaweł Kołodziejski2003-07-28 21:55:09 +0000
commit83940e186727f8309b8b2b5335470decd6bc14d1 (patch)
tree26fbb7a10882a6dae8c3e38a6f06df0f56929d6c /sword2
parent5e7988ae6fa43865410f03b3681ece23304d7c8f (diff)
downloadscummvm-rg350-83940e186727f8309b8b2b5335470decd6bc14d1.tar.gz
scummvm-rg350-83940e186727f8309b8b2b5335470decd6bc14d1.tar.bz2
scummvm-rg350-83940e186727f8309b8b2b5335470decd6bc14d1.zip
fix vc compilation
svn-id: r9263
Diffstat (limited to 'sword2')
-rw-r--r--sword2/tony_gsdk.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sword2/tony_gsdk.cpp b/sword2/tony_gsdk.cpp
index c6fcc34da1..d3d2aea386 100644
--- a/sword2/tony_gsdk.cpp
+++ b/sword2/tony_gsdk.cpp
@@ -32,7 +32,10 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
+
+#ifndef _MSC_VER
#include <unistd.h>
+#endif
#include "stdafx.h"
//#include "src\driver96.h"