diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-12 18:20:36 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-12 18:20:36 +0000 |
commit | 41884b2fd1b82c1911f6ac684af069d54f42368d (patch) | |
tree | b2bea150ad37f1b2c2e09cb798b83e3df77d5c34 /net-im/psi/files | |
parent | Update to 0.40 (diff) |
Update to 0.8.6
PR: ports/40447
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=62870
Diffstat (limited to 'net-im/psi/files')
-rw-r--r-- | net-im/psi/files/patch-src::ndns.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/psi/files/patch-src::ndns.cpp b/net-im/psi/files/patch-src::ndns.cpp new file mode 100644 index 000000000000..1a742aafc71e --- /dev/null +++ b/net-im/psi/files/patch-src::ndns.cpp @@ -0,0 +1,10 @@ +--- 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> |