diff options
Diffstat (limited to 'src/PJ_chamb.c')
| -rw-r--r-- | src/PJ_chamb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_chamb.c b/src/PJ_chamb.c index d0b9250e..ca9c5edc 100644 --- a/src/PJ_chamb.c +++ b/src/PJ_chamb.c @@ -1,6 +1,6 @@ #define PJ_LIB__ #include <errno.h> -#include <proj.h> +#include "proj.h" #include "projects.h" typedef struct { double r, Az; } VECT; |
