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