--- bounce.c.orig Sun Sep 20 15:44:41 1998 +++ bounce.c Sun Sep 20 15:46:04 1998 @@ -20,13 +20,14 @@ #include #include #include +#include +#include +#include #define QLEN 5 #define DEFAULT_PORT 1523 char sbuf[16384], cbuf[16384]; -extern int errno; -extern char *sys_errlist[]; void sigchld() { signal(SIGCHLD, sigchld);