about summary refs log tree commit diff
path: root/math/w_lgammaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_lgammaf.c')
-rw-r--r--math/w_lgammaf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_lgammaf.c b/math/w_lgammaf.c
index 7c3c058d75..9747e9216a 100644
--- a/math/w_lgammaf.c
+++ b/math/w_lgammaf.c
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf.c,v 1.3 1995/05/10 20:49:30 jtc Exp $"
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
 	float __lgammaf(float x)