summaryrefslogtreecommitdiff
path: root/tests/test-isnanl.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-19 14:05:30 +0200
committerBruno Haible <bruno@clisp.org>2008-10-19 14:05:30 +0200
commitfebae7ee2b8b61030ed32d2b5b53316b240434f2 (patch)
tree61d3e7334cbf1957d640d942891020f34662111b /tests/test-isnanl.c
parente5e9d7f6a05ec4d205deba79ccd196f4ab7120d7 (diff)
downloadgnulib-febae7ee2b8b61030ed32d2b5b53316b240434f2.tar.gz
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Diffstat (limited to 'tests/test-isnanl.c')
-rw-r--r--tests/test-isnanl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-isnanl.c b/tests/test-isnanl.c
index 0a7f49613e..37551e1fdc 100644
--- a/tests/test-isnanl.c
+++ b/tests/test-isnanl.c
@@ -1,5 +1,5 @@
/* Test of isnanl() substitute.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,6 +18,6 @@
#include <config.h>
-#include "isnanl.h"
+#include <math.h>
#include "test-isnanl.h"