summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/sansapatcher/sansaio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/sansapatcher/sansaio.h b/utils/sansapatcher/sansaio.h
index 61e2f1d1b2..327f8fbd18 100644
--- a/utils/sansapatcher/sansaio.h
+++ b/utils/sansapatcher/sansaio.h
@@ -23,6 +23,7 @@
23#define __SANSAIO_H 23#define __SANSAIO_H
24 24
25#include <stdint.h> 25#include <stdint.h>
26#include <sys/types.h>
26#if !defined(_MSC_VER) 27#if !defined(_MSC_VER)
27#include <unistd.h> /* not available on MSVC */ 28#include <unistd.h> /* not available on MSVC */
28#endif 29#endif