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