summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-15 23:37:20 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-15 23:37:20 +0000
commitd4e3d326d83fd256b3bbe4ee946dd8f88624d842 (patch)
tree20c7839b7d8c2d9f0eccddbd0468abf9346ceb6a /gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c
parent1183132477cddceaebf3aed5106bec981b2f4de2 (diff)
Update to g77 0.5.19
Diffstat (limited to 'gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c')
-rw-r--r--gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c b/gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c
index 044255a08cc..818c6a8451b 100644
--- a/gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c
+++ b/gnu/usr.bin/gcc/f/runtime/libF77/r_tanh.c
@@ -5,7 +5,7 @@ double tanh();
double r_tanh(x) real *x;
#else
#undef abs
-#include "math.h"
+#include <math.h>
double r_tanh(real *x)
#endif
{