mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
10 lines
255 B
C
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>
|