diff options
-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 */ |