diff options
Diffstat (limited to 'src/math/round.c')
-rw-r--r-- | src/math/round.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/round.c b/src/math/round.c index 5eedd578..48260dd2 100644 --- a/src/math/round.c +++ b/src/math/round.c @@ -1,7 +1,7 @@ # define TGSOURCE "round.c" #include "_tgmath.h" #include <math.h> -#include "fenv.h" +#include <fenv.h> #ifndef __GNUC__ #pragma STDC FENV_ACCESS ON |