diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 07:39:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 07:39:19 +0000 |
commit | a13c1b8ed1645d76dca5721854bdf02a88d99555 (patch) | |
tree | 5c61bdb96b9d22417ef18a82a709b1b1b42c4259 /irc/miau/files/patch-src-dcc.h | |
parent | Hardcode LATEST_LINK to waimea-devel so that it's different from (diff) |
- Update to 0.5.4
PR: ports/82920
Submitted by: Laust S. Jespersen <freebsd-ports@ust.dk>
Notes
Notes:
svn path=/head/; revision=139472
Diffstat (limited to 'irc/miau/files/patch-src-dcc.h')
-rw-r--r-- | irc/miau/files/patch-src-dcc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/irc/miau/files/patch-src-dcc.h b/irc/miau/files/patch-src-dcc.h new file mode 100644 index 000000000000..85a05c86d62a --- /dev/null +++ b/irc/miau/files/patch-src-dcc.h @@ -0,0 +1,12 @@ +--- src/dcc.h.orig Mon May 16 19:35:50 2005 ++++ src/dcc.h Wed Jul 13 16:54:30 2005 +@@ -19,6 +19,9 @@ + + #include <config.h> + #include <string.h> ++#include <sys/types.h> ++#include <sys/select.h> ++ + + #ifdef DCCBOUNCE + |