aboutsummaryrefslogtreecommitdiff
path: root/src/biveval.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/biveval.cpp')
-rw-r--r--src/biveval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/biveval.cpp b/src/biveval.cpp
index 219534c3..9ead2fb7 100644
--- a/src/biveval.cpp
+++ b/src/biveval.cpp
@@ -1,6 +1,6 @@
/* procedures for evaluating Tseries */
#include "proj.h"
-# include "projects.h"
+#include "proj_internal.h"
# define NEAR_ONE 1.00001
static double ceval(struct PW_COEF *C, int n, PJ_UV w, PJ_UV w2) {
double d=0, dd=0, vd, vdd, tmp, *c;