summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96/s_scalbnl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_scalbnl.c')
-rw-r--r--sysdeps/ieee754/ldbl-96/s_scalbnl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_scalbnl.c b/sysdeps/ieee754/ldbl-96/s_scalbnl.c
index 6946cf232f..266a37b9c0 100644
--- a/sysdeps/ieee754/ldbl-96/s_scalbnl.c
+++ b/sysdeps/ieee754/ldbl-96/s_scalbnl.c
@@ -21,8 +21,8 @@
* exponentiation or a multiplication.
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
static const long double
two64 = 1.8446744073709551616e19L,