diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2008-09-02 15:02:53 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2008-09-02 15:02:53 +0000 |
commit | ff9a3917dca5fab5e5b99d9a1d7e89bd6096cb20 (patch) | |
tree | 8adb405351ee4fa33c80d26f0bc197709399d38d /irc/konversation/files/patch-konversation-src-dcccommon.cpp | |
parent | - Update to 1.4.1 (diff) |
Update to version 1.1
Submitted by: makc
Notes
Notes:
svn path=/head/; revision=219671
Diffstat (limited to 'irc/konversation/files/patch-konversation-src-dcccommon.cpp')
-rw-r--r-- | irc/konversation/files/patch-konversation-src-dcccommon.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/konversation/files/patch-konversation-src-dcccommon.cpp b/irc/konversation/files/patch-konversation-src-dcccommon.cpp new file mode 100644 index 000000000000..6ad5249fe594 --- /dev/null +++ b/irc/konversation/files/patch-konversation-src-dcccommon.cpp @@ -0,0 +1,10 @@ +--- ./konversation/src/dcccommon.cpp.orig 2008-08-06 19:56:27.000000000 +0400 ++++ ./konversation/src/dcccommon.cpp 2008-08-16 21:11:14.000000000 +0400 +@@ -15,6 +15,7 @@ + #include "server.h" + + #include <arpa/inet.h> ++#include <netinet/in.h> + + #include <qhostaddress.h> + |