1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/yaph/files/patch-yaph::includes.h
Edwin Groothuis 3f463d1310 New port: yaph 0.91
New port, yaph (yet another proxy scanner), 0.91
	Yaph provides the ability to reveal public proxy servers.

PR:		ports/53319
Submitted by:	Patrick MARIE <mycroft@virgaria.org>
2003-10-10 05:35:54 +00:00

11 lines
269 B
C

--- yaph/includes.h.orig Sat Jun 14 14:18:47 2003
+++ yaph/includes.h Sat Jun 14 14:18:58 2003
@@ -23,6 +23,7 @@
#include <sys/stat.h>
#include <string.h>
#include <errno.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <pthread.h>
#include <signal.h>