mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
|
--- vfs/ftpfs.c.orig Sat Mar 18 07:43:43 2000
|
||
|
+++ vfs/ftpfs.c Mon Mar 20 10:32:18 2000
|
||
|
@@ -57,6 +57,7 @@
|
||
|
/* Namespace pollution: horrible */
|
||
|
|
||
|
#include <netdb.h> /* struct hostent */
|
||
|
+#include <sys/types.h>
|
||
|
#include <sys/socket.h> /* AF_INET */
|
||
|
#include <netinet/in.h> /* struct in_addr */
|
||
|
#ifdef HAVE_SETSOCKOPT
|