diff options
Diffstat (limited to 'gnu/usr.bin/gcc/f/runtime/libF77/d_exp.c')
-rw-r--r-- | gnu/usr.bin/gcc/f/runtime/libF77/d_exp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/f/runtime/libF77/d_exp.c b/gnu/usr.bin/gcc/f/runtime/libF77/d_exp.c index 3f2b6ffcc45..be12fd70551 100644 --- a/gnu/usr.bin/gcc/f/runtime/libF77/d_exp.c +++ b/gnu/usr.bin/gcc/f/runtime/libF77/d_exp.c @@ -5,7 +5,7 @@ double exp(); double d_exp(x) doublereal *x; #else #undef abs -#include "math.h" +#include <math.h> double d_exp(doublereal *x) #endif { |