diff options
Diffstat (limited to 'news/nntp/files/patch-xmit-get_tcp_conn.c')
-rw-r--r-- | news/nntp/files/patch-xmit-get_tcp_conn.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/nntp/files/patch-xmit-get_tcp_conn.c b/news/nntp/files/patch-xmit-get_tcp_conn.c new file mode 100644 index 000000000000..ea4b956e858b --- /dev/null +++ b/news/nntp/files/patch-xmit-get_tcp_conn.c @@ -0,0 +1,12 @@ +--- xmit/get_tcp_conn.c.orig Thu Nov 17 19:15:22 1994 ++++ xmit/get_tcp_conn.c Mon Nov 4 05:19:55 2002 +@@ -24,6 +24,9 @@ + #include <netinet/in.h> + #include <ctype.h> + #include <stdio.h> ++#include <string.h> ++#include <unistd.h> ++#include <stdlib.h> + #include "get_tcp_conn.h" + #ifndef NONETDB + #include <netdb.h> |