summaryrefslogtreecommitdiff
path: root/src/common/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/lock.c')
-rw-r--r--src/common/lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/lock.c b/src/common/lock.c
index 643b86e5c..d01a54ca4 100644
--- a/src/common/lock.c
+++ b/src/common/lock.c
@@ -12,7 +12,7 @@
#ifndef WIN32
#include <unistd.h>
#else
-#include <io.h>
+#include "../common/winapi.h"
#endif
// 書き込みファイルの保護処理