]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
glibc 2003-04-29 Jakub Jelinek <jakub@redhat.com>
authorBruno Haible <bruno@clisp.org>
Mon, 9 May 2005 10:14:02 +0000 (10:14 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:33 +0000 (12:12 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/plural.y

index 6aea1a81ba8ce674c90d48d00f2debee63de9b71..5c3487e5e64b33abbba1b587aada61cb2595e9e8 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * plural.y: Include string.h. Needed because recent versions of bison
+       generate output that uses memcpy().
+
 2003-01-07  Ulrich Drepper  <drepper@redhat.com>
 
        * explodename.c (_nl_find_language.c): Mark as static.
index 4d33bd7c71667eb810c3eecba56950a3d867c278..4f82910720065d7d29a35807d857864242985dcf 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <stddef.h>
 #include <stdlib.h>
+#include <string.h>
 #include "plural-exp.h"
 
 /* The main function generated by the parser is called __gettextparse,