diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-10-13 06:40:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-10-13 06:40:05 +0000 |
commit | 114598d40feee6dd9c5de45b0cc7cedefbdedd00 (patch) | |
tree | da3d139f7c74dc58b9bc11fc8d63290dccd35b12 /Build/source/texk/ps2pkm/basics.h | |
parent | 79c720fad26a4abca2cf02568777b74ecd68a238 (diff) |
texk/ps2pkm: Minor bug fix. Avoid use of LONG (int for Unix but defined as long by MinGW)
git-svn-id: svn://tug.org/texlive/trunk@35365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ps2pkm/basics.h')
-rw-r--r-- | Build/source/texk/ps2pkm/basics.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/ps2pkm/basics.h b/Build/source/texk/ps2pkm/basics.h index 8c20a75dae2..97cadda6046 100644 --- a/Build/source/texk/ps2pkm/basics.h +++ b/Build/source/texk/ps2pkm/basics.h @@ -4,6 +4,9 @@ * VERSION: 1.0 (September 1995) */ +#ifdef HAVE_CONFIG_H +#include "c-auto.h" +#endif #ifndef NOBASICS @@ -11,7 +14,6 @@ # include <kpathsea/config.h> # include <kpathsea/c-pathch.h> # include <kpathsea/c-fopen.h> -# include <c-auto.h> # define PATHSEP ENV_SEP # define DIRSEP DIR_SEP # define RB FOPEN_RBIN_MODE |