]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Fri, 25 Dec 2009 16:45:49 +0000 (17:45 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Dec 2009 03:13:31 +0000 (04:13 +0100)
gnulib-local/ChangeLog
gnulib-local/lib/html-ostream.oo.c

index 26056acf0fa366c48884ceb3768185acf0b07367..d5e21eb469818fda90135d1d8fdb41f553660885 100644 (file)
@@ -1,5 +1,6 @@
-2009-12-13  Bruno Haible  <bruno@clisp.org>
+2009-12-25  Bruno Haible  <bruno@clisp.org>
 
+       * lib/html-ostream.oo.c: Include gl_xlist.h instead of gl_list.h.
        * modules/html-ostream (Depends-on): Add xlist. Remove list.
 
 2009-12-12  Bruno Haible  <bruno@clisp.org>
index ffd39ff1694b4c550e2593f294315c6fc882addd..bf5c130440cf470988522d7fd58a95144f93bff7 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "gl_list.h"
+#include "gl_xlist.h"
 #include "gl_array_list.h"
 #include "unistr.h"
 #include "xalloc.h"