summaryrefslogtreecommitdiff
path: root/testsuites/libtests/math/domath.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/math/domath.c')
-rw-r--r--testsuites/libtests/math/domath.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/libtests/math/domath.c b/testsuites/libtests/math/domath.c
index 69f1459767..cc145142f3 100644
--- a/testsuites/libtests/math/domath.c
+++ b/testsuites/libtests/math/domath.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 by
+ * Copyright (c) 2010, 2011 by
* Ralf Corsepius, Ulm/Germany. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software
@@ -25,6 +25,8 @@
#define M_PI_4 0.78539816339744830962
#endif
+extern void domath (void);
+
void
domath (void)
{