summaryrefslogtreecommitdiff
blob: ff3977e18055c397a74cb7a36e2f2b30560ae9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
https://bugs.gentoo.org/885705
--- a/pop_client.c
+++ b/pop_client.c
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/socket.h>
+#include <unistd.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <errno.h>
--- 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