ports/net/udptunnel/patches/patch-host2ip_c

11 lines
365 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- host2ip.c.orig Mon Dec 1 20:30:05 2008
+++ host2ip.c Mon Dec 1 20:30:16 2008
@@ -1,6 +1,7 @@
#include <sys/types.h>
#include <sys/socket.h> /* struct sockaddr */
#include <stdlib.h>
+#include <string.h>
#include <netdb.h> /* gethostbyname() */
#include <netinet/in.h> /* sockaddr_in */
#include <arpa/inet.h> /* inet_addr() */