summaryrefslogtreecommitdiff
path: root/math/test-float.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-float.c')
-rw-r--r--math/test-float.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/test-float.c b/math/test-float.c
index b6a41c0e93..153b9ad4dc 100644
--- a/math/test-float.c
+++ b/math/test-float.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
@@ -17,7 +17,9 @@
<http://www.gnu.org/licenses/>. */
#include "test-float.h"
+#include "test-math-no-finite.h"
#include "test-math-no-inline.h"
+#include "test-math-errno.h"
#include "test-math-scalar.h"
#define TEST_MSG "testing float (without inline functions)\n"