diff options
author | Martin Schröder <martin@oneiros.de> | 2008-02-24 14:21:16 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-02-24 14:21:16 +0000 |
commit | bc195e7c0fe9d96cd9b6c0230da50da6fc28de26 (patch) | |
tree | 7717b13764e5bf58e012675f4cf886c600b45598 /Build | |
parent | d686889b1dedb8905567f2665ec6f572ff488b08 (diff) |
Build/source/texk/kpathsea/lib.h: c-std.h ->systypes.h
git-svn-id: svn://tug.org/texlive/trunk@6746 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 | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index e845c9a4cdf..422da3f67fb 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,6 @@ +2008-02-24 Martin Schröder <martin@pdftex.org> + * lib.h: systypes.h instaed of c-std.h + 2008-02-23 Martin Schröder <martin@pdftex.org> * lib.h: include c-std.h to get off_t from stdio.h diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h index 77c8b19befd..18b2339d863 100644 --- a/Build/source/texk/kpathsea/lib.h +++ b/Build/source/texk/kpathsea/lib.h @@ -20,7 +20,7 @@ #define KPATHSEA_LIB_H #include <kpathsea/c-proto.h> -#include <kpathsea/c-std.h> +#include <kpathsea/systypes.h> #include <kpathsea/types.h> /* Define common sorts of messages. */ |