summaryrefslogtreecommitdiff
path: root/math/e_lgammal_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_lgammal_r.c')
-rw-r--r--math/e_lgammal_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_lgammal_r.c b/math/e_lgammal_r.c
index 1784b2663f..f46f7073a5 100644
--- a/math/e_lgammal_r.c
+++ b/math/e_lgammal_r.c
@@ -1,7 +1,7 @@
#include <math.h>
#include <stdio.h>
#include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
long double
__ieee754_lgammal_r (long double x, int *signgamp)