diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-11-18 13:50:50 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-11-18 13:50:50 +0000 |
commit | 0bf5834566c9466f262a76c7d73f5c44da9cbd2d (patch) | |
tree | 253eb94d460b9343eae1bffb519bb3bccd93b68c /Build/source/texk/seetexk/tempfile.c | |
parent | db02e825b34d1dd415ab232237464037842b2461 (diff) |
Include <kpathsea/config.h> in order to define DOSISH on W32
git-svn-id: svn://tug.org/texlive/trunk@32178 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/tempfile.c')
-rw-r--r-- | Build/source/texk/seetexk/tempfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/seetexk/tempfile.c b/Build/source/texk/seetexk/tempfile.c index 2cd9deb8393..ba20e1fb5fb 100644 --- a/Build/source/texk/seetexk/tempfile.c +++ b/Build/source/texk/seetexk/tempfile.c @@ -47,6 +47,7 @@ char *getenv(); #include "tempfile.h" #ifdef KPATHSEA +#include <kpathsea/config.h> #include <kpathsea/c-fopen.h> #else #ifndef O_BINARY |