summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-10 00:11:58 +0000
committerKarl Berry <karl@freefriends.org>2010-04-10 00:11:58 +0000
commit544d8088c3dc794e227dd7384d7c4b15b6bf80d1 (patch)
treec241601c00c41edf87c65c6e0b29ff5e4612be89 /Build/source/texk/kpathsea/win32lib.h
parent5fd15d101add3e08ff14e00c8a38998602e87959 (diff)
use MAX_PATH for PATH_MAX (Windows), et al.; from Javier Mugica
git-svn-id: svn://tug.org/texlive/trunk@17781 c570f23f-e606-0410-a88d-b1316a301751
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)