diff options
author | Paweł Kołodziejski | 2003-07-28 21:55:09 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-07-28 21:55:09 +0000 |
commit | 83940e186727f8309b8b2b5335470decd6bc14d1 (patch) | |
tree | 26fbb7a10882a6dae8c3e38a6f06df0f56929d6c | |
parent | 5e7988ae6fa43865410f03b3681ece23304d7c8f (diff) | |
download | scummvm-rg350-83940e186727f8309b8b2b5335470decd6bc14d1.tar.gz scummvm-rg350-83940e186727f8309b8b2b5335470decd6bc14d1.tar.bz2 scummvm-rg350-83940e186727f8309b8b2b5335470decd6bc14d1.zip |
fix vc compilation
svn-id: r9263
-rw-r--r-- | sword2/tony_gsdk.cpp | 3 |
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" |