1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/psi/files/patch-src::ndns.cpp
Patrick Li a5dd14f3c0 Add patch to fix missing line breaks in the chat box
Bump PORTREVISION

PR:		ports/40998
Submitted by:	maintainer, Samuel Kesterson <samuelk@k-labs.com>
2002-07-28 05:35:42 +00:00

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>