freebsd-ports/www/linkcheck/files/patch-src-linkcheck.c
Pav Lucistnik 1f7e7e6210 Add linkcheck, a tool to check a website for bad links, written in C.
PR:		ports/62910
Submitted by:	Ismail Yenigul <ismail@enderunix.org>
2004-02-25 22:09:11 +00:00

11 lines
240 B
C

--- src/linkcheck.c.org Tue Feb 17 14:48:59 2004
+++ src/linkcheck.c Tue Feb 17 14:25:24 2004
@@ -47,6 +47,8 @@
# endif
#endif
+# include <arpa/inet.h>
+
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif/*HAVE_NETINET_IN_H*/