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