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