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