diff options
Diffstat (limited to 'src/PJ_putp5.c')
| -rw-r--r-- | src/PJ_putp5.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_putp5.c b/src/PJ_putp5.c index 14bfea23..6836f71d 100644 --- a/src/PJ_putp5.c +++ b/src/PJ_putp5.c @@ -1,5 +1,8 @@ #define PJ_LIB__ + #include <errno.h> +#include <math.h> + #include "projects.h" struct pj_opaque { @@ -68,4 +71,3 @@ PJ *PROJECTION(putp5p) { return P; } - |
