From: Bruno Haible Date: Thu, 20 Dec 2001 15:19:47 +0000 (+0000) Subject: Avoid link error due to alloca(), with SunOS 4 cc. X-Git-Tag: v0.11~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19ef880e874beb316067e3703a8fce4c361411ae;p=thirdparty%2Fgettext.git Avoid link error due to alloca(), with SunOS 4 cc. --- diff --git a/src/ChangeLog b/src/ChangeLog index fb5d3a7d2..bd570fe27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-12-20 Bruno Haible + + * format-java.c: Include system.h. + 2001-12-12 Bruno Haible * xgettext.c: Include . diff --git a/src/format-java.c b/src/format-java.c index 09174c015..4ea0cf98a 100644 --- a/src/format-java.c +++ b/src/format-java.c @@ -27,6 +27,7 @@ #include "format.h" #include "c-ctype.h" #include "xmalloc.h" +#include "system.h" #include "error.h" #include "progname.h" #include "libgettext.h"