]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid a warning about undeclared gnu_getline.
authorBruno Haible <bruno@clisp.org>
Fri, 29 Aug 2003 18:37:35 +0000 (18:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:56 +0000 (12:10 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/x-perl.c

index 0bed04d046be6879efd1507e97d93916f8927408..6b61caded91a27e918c619fa9618af6446019476 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-29  Bruno Haible  <bruno@clisp.org>
+
+       * x-perl.c: Include getline.h.
+
 2003-08-24  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.msvc (format.obj, msgmerge.obj, xgettext.obj, msgattrib.obj,
index 5b5eefcdce5f53607cbaf2c8226c43063cbce304..52583be21f08e14441754309ca9d4f178c5ff38f 100644 (file)
@@ -37,6 +37,7 @@
 #include "po-charset.h"
 #include "ucs4-utf8.h"
 #include "uniname.h"
+#include "getline.h"
 #include "gettext.h"
 
 #define _(s) gettext(s)