summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/win32lib.h')
-rw-r--r--Build/source/texk/kpathsea/win32lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h
index beaf9f8d5cd..8349577f60a 100644
--- a/Build/source/texk/kpathsea/win32lib.h
+++ b/Build/source/texk/kpathsea/win32lib.h
@@ -3,6 +3,10 @@
#ifndef _WIN32LIB_H_
#define _WIN32LIB_H_
+#include <io.h>
+#include <fcntl.h>
+#include <direct.h>
+
#if !__STDC__
#if _MSC_VER>=1200
#pragma warning(push)