From 5c9a04478f227bb0b8e3411d29b8491a33ef66ac Mon Sep 17 00:00:00 2001 From: Martin Schröder Date: Sat, 23 Feb 2008 01:06:27 +0000 Subject: 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 --- Build/source/texk/kpathsea/ChangeLog | 3 +++ Build/source/texk/kpathsea/lib.h | 1 + 2 files changed, 4 insertions(+) (limited to 'Build/source/texk') 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 + * lib.h: include c-std.h to get off_t from stdio.h + 2008-02-21 Martin Schröder * 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 +#include #include /* Define common sorts of messages. */ -- cgit v1.2.3