diff options
author | Martin Schröder <martin@oneiros.de> | 2008-02-23 01:06:27 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-02-23 01:06:27 +0000 |
commit | 5c9a04478f227bb0b8e3411d29b8491a33ef66ac (patch) | |
tree | 7f84bd93d068c4aa42ff90bba2e688c6f1868b88 /Build | |
parent | 4fc1af1461e934c39f8f5e10d5d8788681d82223 (diff) |
libh: include c-std.h to get off_t from stdio.h
git-svn-id: svn://tug.org/texlive/trunk@6742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 3 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/lib.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 1de1603d5a3..e845c9a4cdf 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,6 @@ +2008-02-23 Martin Schröder <martin@pdftex.org> + * lib.h: include c-std.h to get off_t from stdio.h + 2008-02-21 Martin Schröder <martin@pdftex.org> * lib.h, xfseek.c, xftell.c: LFS support: use off_t instead off long and fseeko instead of fseek diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h index 4158b69c5c4..77c8b19befd 100644 --- a/Build/source/texk/kpathsea/lib.h +++ b/Build/source/texk/kpathsea/lib.h @@ -20,6 +20,7 @@ #define KPATHSEA_LIB_H #include <kpathsea/c-proto.h> +#include <kpathsea/c-std.h> #include <kpathsea/types.h> /* Define common sorts of messages. */ |