mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
682c399f7c
PR: 47503 Submitted by: Juan Salaverria <rael@vectorstar.net>
11 lines
282 B
C
11 lines
282 B
C
--- src/ftpsearch.c.ori Sat Jan 25 00:45:38 2003
|
|
+++ src/ftpsearch.c Sat Jan 25 00:45:48 2003
|
|
@@ -25,6 +25,7 @@
|
|
#include <sys/socket.h>
|
|
#include <fcntl.h>
|
|
#include <netdb.h>
|
|
+#include <netinet/in_systm.h>
|
|
#include <netinet/in.h>
|
|
#include <netinet/ip.h>
|
|
#include <arpa/inet.h>
|