]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix compilation error on HP-UX with gcc.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Dec 2018 04:00:49 +0000 (05:00 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 17 Dec 2018 04:11:02 +0000 (05:11 +0100)
* gnulib-local/lib/libxml/trionan.c: Include <float.h>.

gnulib-local/lib/libxml/trionan.c

index 18c78d1c7f0f7bf35e503cc27c249e3fc22af491..598bfb1f93bf4aa40a257d527f59210692d2de13 100644 (file)
@@ -1,6 +1,7 @@
 /* Replacement 'trionan.c', using Gnulib functions.  */
 
 #include "config.h"
+#include <float.h>
 #include <math.h>
 
 /* Copied from gnulib/tests/infinity.h.  */