From: Bruno Haible Date: Wed, 31 Oct 2001 19:49:21 +0000 (+0000) Subject: Fix a compilation error with SunOS 4 cc. X-Git-Tag: v0.11~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a04a206ca83452e9498ae119a29e38979573854;p=thirdparty%2Fgettext.git Fix a compilation error with SunOS 4 cc. --- diff --git a/intl/ChangeLog b/intl/ChangeLog index be4fbe8d2..e14a7639f 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2001-10-31 Bruno Haible + + * plural.y: Include , needed for NULL with SunOS 4 cc. + 2001-10-31 Bruno Haible * COPYING.LIB-2.0: Renamed from COPYING.LIB-2. diff --git a/intl/plural.y b/intl/plural.y index 43f520ee5..713024fe5 100644 --- a/intl/plural.y +++ b/intl/plural.y @@ -30,6 +30,7 @@ # include #endif +#include #include #include "plural-exp.h"