forked from Lainports/freebsd-ports
o respect CC/CFLAGS;
o use ${BSD_INSTALL_*} masros to install binary and script;
o make it PREFIX-clean.
Submitted by: bento
13 lines
267 B
C
13 lines
267 B
C
|
|
$FreeBSD$
|
|
|
|
--- 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>
|