about summary refs log tree commit diff
path: root/math/w_scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_scalb.c')
-rw-r--r--math/w_scalb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_scalb.c b/math/w_scalb.c
index 0086c2adfd..830f387644 100644
--- a/math/w_scalb.c
+++ b/math/w_scalb.c
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_scalb.c,v 1.6 1995/05/10 20:49:48 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #include <errno.h>