diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-09-11 09:02:14 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2011-09-11 09:02:14 +0000 |
commit | b055239e1d3cf42ef46d3cd492d492b967da048b (patch) | |
tree | 39a6409ab42b53176ffeb812be347fd6e437b025 | |
parent | 14f643443cf77b9cc49e7d69defa51ec195610c1 (diff) |
revert
git-svn-id: svn://tug.org/texlive/trunk@23894 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/types.h | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index c47b2172cce..6863de9bda5 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,7 +1,3 @@ -2011-09-11 Akira Kakuto <kakuto@fuk.kindai.ac.jp> - - * types.h: remove a redundant line #include <kpathsea/str-llist.h>. - 2011-08-28 Karl Berry <karl@tug.org> * texmf.cnf (LUAINPUTS.lualatex, LUAINPUTS.dvilualatex): new defns. diff --git a/Build/source/texk/kpathsea/types.h b/Build/source/texk/kpathsea/types.h index acd20905a0f..68e3c967d93 100644 --- a/Build/source/texk/kpathsea/types.h +++ b/Build/source/texk/kpathsea/types.h @@ -75,6 +75,7 @@ typedef struct { #include <kpathsea/hash.h> +#include <kpathsea/str-list.h> /* from old tex-file.h */ |