about summary refs log tree commit diff
path: root/math/w_lgammal.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_lgammal.c')
-rw-r--r--math/w_lgammal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_lgammal.c b/math/w_lgammal.c
index f250e50388..0176243c4a 100644
--- a/math/w_lgammal.c
+++ b/math/w_lgammal.c
@@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
 	long double __lgammal(long double x)