summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-128/s_roundl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-128/s_roundl.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-128/s_roundl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-128/s_roundl.c b/libc/sysdeps/ieee754/ldbl-128/s_roundl.c
index d8eff871e..1139d2781 100644
--- a/libc/sysdeps/ieee754/ldbl-128/s_roundl.c
+++ b/libc/sysdeps/ieee754/ldbl-128/s_roundl.c
@@ -20,7 +20,7 @@
#include <math.h>
-#include "math_private.h"
+#include <math_private.h>
static const long double huge = 1.0E4930L;