diff options
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 + |