mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
* Hand maintainership over to samm@os2.kiev.ua * The port needs to be built with GCC on i386 PR: 238915 Submitted by: samm@os2.kiev.ua
10 lines
294 B
C
10 lines
294 B
C
--- networking/nslookup.c.orig 2019-02-14 13:31:15 UTC
|
|
+++ networking/nslookup.c
|
|
@@ -34,6 +34,7 @@
|
|
//usage: "Name: debian\n"
|
|
//usage: "Address: 127.0.0.1\n"
|
|
|
|
+#include <netinet/in.h>
|
|
#include <resolv.h>
|
|
#include <net/if.h> /* for IFNAMSIZ */
|
|
//#include <arpa/inet.h>
|