summaryrefslogtreecommitdiff
path: root/tests/test-sprintf-posix.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-06-06 02:20:57 +0000
committerBruno Haible <bruno@clisp.org>2007-06-06 02:20:57 +0000
commitee6d9baacd6be1baf7c81422f2f716e3fe280c05 (patch)
tree99b2cea4b29597add28baf39119d963eb531c346 /tests/test-sprintf-posix.c
parentb2d043308f9a2cd45991712996e2b50abc83581d (diff)
downloadgnulib-ee6d9baacd6be1baf7c81422f2f716e3fe280c05.tar.gz
Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
Diffstat (limited to 'tests/test-sprintf-posix.c')
-rw-r--r--tests/test-sprintf-posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-sprintf-posix.c b/tests/test-sprintf-posix.c
index 07a556f827..6416d85a37 100644
--- a/tests/test-sprintf-posix.c
+++ b/tests/test-sprintf-posix.c
@@ -21,6 +21,7 @@
#include <stdio.h>
+#include <float.h>
#include <stddef.h>
#include <stdio.h>
#include <stdint.h>