summaryrefslogtreecommitdiff
path: root/src/math/acosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/acosh.c')
-rw-r--r--src/math/acosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/acosh.c b/src/math/acosh.c
index f557c875..4830b027 100644
--- a/src/math/acosh.c
+++ b/src/math/acosh.c
@@ -1,7 +1,7 @@
# define TGSOURCE "acosh.c"
#include "_tgmath.h"
#include <math.h>
-#include "fenv.h"
+#include <fenv.h>
TYPE TGFN(acosh)(TYPE x)
{