1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 19:50:31 -04:00
ports/www/webresolve/files/patch-webresolve.c
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

10 lines
255 B
C

--- webresolve.c 2001/03/14 14:44:11 1.1
+++ webresolve.c 2001/03/14 14:44:26
@@ -24,6 +24,7 @@
#include <string.h>
#include <ctype.h>
#include <netdb.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>