diff options
Diffstat (limited to 'src/factors.cpp')
| -rw-r--r-- | src/factors.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/factors.cpp b/src/factors.cpp index 768bf585..f50c8e21 100644 --- a/src/factors.cpp +++ b/src/factors.cpp @@ -3,7 +3,7 @@ #include "proj.h" #include "proj_internal.h" #include "proj_math.h" -#include "projects.h" +#include "proj_internal.h" #include <errno.h> @@ -13,7 +13,7 @@ #define EPS 1.0e-12 -int pj_factors(LP lp, const PJ *P, double h, struct FACTORS *fac) { +int pj_factors(PJ_LP lp, const PJ *P, double h, struct FACTORS *fac) { double cosphi, t, n, r; int err; PJ_COORD coo = {{0, 0, 0, 0}}; |
