diff options
Diffstat (limited to 'src/pj_strerrno.c')
| -rw-r--r-- | src/pj_strerrno.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pj_strerrno.c b/src/pj_strerrno.c index 0340fb9f..f903588f 100644 --- a/src/pj_strerrno.c +++ b/src/pj_strerrno.c @@ -2,8 +2,10 @@ #ifndef lint static const char SCCSID[]="@(#)pj_strerrno.c 4.12 94/05/25 GIE REL"; #endif +#include <stdio.h> #include <errno.h> #include <string.h> +#include <projects.h> static char * pj_err_list[] = { "no arguments in initialization list", /* -1 */ |
