summaryrefslogtreecommitdiff
path: root/src/math/fmax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fmax.c')
-rw-r--r--src/math/fmax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/fmax.c b/src/math/fmax.c
index 6b056b2b..dc354ca3 100644
--- a/src/math/fmax.c
+++ b/src/math/fmax.c
@@ -1,5 +1,5 @@
# define TGSOURCE "fmax.c"
-#include "nonstd/tgmath.h"
+#include "_tgmath.h"
#include <math.h>
TYPE TGFN(fmax)(TYPE x, TYPE y)