1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/news/nntp/files/patch-xmit-get_tcp_conn.c
Dirk Meyer 3ff37e385b - reorder patches
- use DIRENT
- honor CFLAGS
- fix missing includes
2002-11-04 05:00:14 +00:00

13 lines
313 B
C

--- 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>