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/source/texk/kpathsea/lib.h | |
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/source/texk/kpathsea/lib.h')
-rw-r--r-- | Build/source/texk/kpathsea/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |