changeset 8915:f15c03805bd9

Fix possible compilation error.
author Bruno Haible <bruno@clisp.org>
date Wed, 06 Jun 2007 01:36:14 +0000
parents 63acd9649286
children 353e81af4858
files ChangeLog lib/vasnprintf.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 06 01:30:59 2007 +0000
+++ b/ChangeLog	Wed Jun 06 01:36:14 2007 +0000
@@ -1,3 +1,8 @@
+2007-06-05  Bruno Haible  <bruno@clisp.org>
+
+	* lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
+	NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
+
 2007-06-05  Bruno Haible  <bruno@clisp.org>
 
 	* m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
--- a/lib/vasnprintf.c	Wed Jun 06 01:30:59 2007 +0000
+++ b/lib/vasnprintf.c	Wed Jun 06 01:36:14 2007 +0000
@@ -56,6 +56,7 @@
 #if NEED_PRINTF_LONG_DOUBLE && !defined IN_LIBINTL
 # include <math.h>
 # include "float+.h"
+# include "fpucw.h"
 #endif
 
 #if NEED_PRINTF_INFINITE_DOUBLE && !defined IN_LIBINTL
@@ -66,6 +67,7 @@
 #if NEED_PRINTF_INFINITE_LONG_DOUBLE && !defined IN_LIBINTL
 # include <math.h>
 # include "isnanl-nolibm.h"
+# include "fpucw.h"
 #endif
 
 #if NEED_PRINTF_DIRECTIVE_A && !defined IN_LIBINTL