summaryrefslogtreecommitdiff
path: root/src/math/fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/fmod.c')
-rw-r--r--src/math/fmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/fmod.c b/src/math/fmod.c
index 98091880..d8254d40 100644
--- a/src/math/fmod.c
+++ b/src/math/fmod.c
@@ -1,6 +1,6 @@
# define TGSOURCE "fmod.c"
#include <math.h>
-#include "nonstd/tgmath.h"
+#include "_tgmath.h"
#include "errno.h"
/** floating-point remainder **/