From: Bruno Haible Date: Mon, 17 Dec 2018 04:00:49 +0000 (+0100) Subject: Fix compilation error on HP-UX with gcc. X-Git-Tag: v0.20~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53512d7b08c6fe360902747985d55f3c300d0239;p=thirdparty%2Fgettext.git Fix compilation error on HP-UX with gcc. * gnulib-local/lib/libxml/trionan.c: Include . --- diff --git a/gnulib-local/lib/libxml/trionan.c b/gnulib-local/lib/libxml/trionan.c index 18c78d1c7..598bfb1f9 100644 --- a/gnulib-local/lib/libxml/trionan.c +++ b/gnulib-local/lib/libxml/trionan.c @@ -1,6 +1,7 @@ /* Replacement 'trionan.c', using Gnulib functions. */ #include "config.h" +#include #include /* Copied from gnulib/tests/infinity.h. */