mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
a5dd14f3c0
Bump PORTREVISION PR: ports/40998 Submitted by: maintainer, Samuel Kesterson <samuelk@k-labs.com>
14 lines
248 B
C++
14 lines
248 B
C++
$FreeBSD$
|
|
|
|
|
|
--- src/ndns.cpp.orig Thu Jul 11 18:49:42 2002
|
|
+++ src/ndns.cpp Thu Jul 11 18:40:24 2002
|
|
@@ -51,6 +51,7 @@
|
|
#include "ndns.h"
|
|
|
|
#ifdef Q_OS_UNIX
|
|
+#include <sys/types.h>
|
|
#include<netdb.h>
|
|
#include<netinet/in.h>
|
|
#include<arpa/inet.h>
|