]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a compilation error with SunOS 4 cc.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2001 19:49:21 +0000 (19:49 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:45:32 +0000 (22:45 +0200)
intl/ChangeLog
intl/plural.y

index be4fbe8d23beb3758bea371fb008b2696e820477..e14a7639f02b0d70bd2501aa273ee0641dc716ce 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-31  Bruno Haible  <haible@clisp.cons.org>
+
+       * plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
+
 2001-10-31  Bruno Haible  <haible@clisp.cons.org>
 
        * COPYING.LIB-2.0: Renamed from COPYING.LIB-2.
index 43f520ee586e61c7f6c0c5cd6c8496dfdf07fa86..713024fe56380834cc78a07cd7cc96ef4eccb80c 100644 (file)
@@ -30,6 +30,7 @@
 # include <config.h>
 #endif
 
+#include <stddef.h>
 #include <stdlib.h>
 #include "plural-exp.h"