mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
3ff37e385b
- use DIRENT - honor CFLAGS - fix missing includes
13 lines
313 B
C
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>
|