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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/lrint.c b/src/math/lrint.c
index 3ce1dd66..a92e146e 100644
--- a/src/math/lrint.c
+++ b/src/math/lrint.c
@@ -1,8 +1,8 @@
# define TGSOURCE "lrint.c"
#include "_tgmath.h"
#include <math.h>
-#include "limits.h"
-#include "fenv.h"
+#include <limits.h>
+#include <fenv.h>
long int TGFN(lrint)(TYPE x)
{