diff options
-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" |