https://bugs.gentoo.org/885705 --- a/pop_client.c +++ b/pop_client.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include #include --- a/pop_common.h +++ b/pop_common.h @@ -3,4 +3,5 @@ #define CP_MSGSIZE 2048 #define CP_PORT 3233 void errquit(char *message); +void printquit(char *message); #endif