summaryrefslogtreecommitdiff
path: root/chat/i2cbd/patches
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-10-31 18:30:49 +0000
committertv <tv@pkgsrc.org>2005-10-31 18:30:49 +0000
commit0cc321d4e419bf8adcb20bad81d07f5b5d56c0d6 (patch)
tree64ac159af8b6356c6e512f5c952e27d87bc4981f /chat/i2cbd/patches
parent97b7102961118cbf52302a8d744aa1fc0548aa6c (diff)
downloadpkgsrc-0cc321d4e419bf8adcb20bad81d07f5b5d56c0d6.tar.gz
Need <sys/time.h> to get fd_set (on Interix, and per POSIX).
Diffstat (limited to 'chat/i2cbd/patches')
-rw-r--r--chat/i2cbd/patches/patch-af12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/i2cbd/patches/patch-af b/chat/i2cbd/patches/patch-af
new file mode 100644
index 00000000000..a86c9b9bbfc
--- /dev/null
+++ b/chat/i2cbd/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2005/10/31 18:30:49 tv Exp $
+
+--- src/externs.h.orig 2001-10-30 14:46:20.000000000 -0500
++++ src/externs.h
+@@ -3,6 +3,7 @@
+ /* For copying and distribution information, see the file COPYING */
+
+ #include <sys/types.h>
++#include <sys/time.h>
+ #include "config.h"
+ #include "ipcf.h"
+ #include "groups.h"