summaryrefslogtreecommitdiff
path: root/chat/xaric/patches/patch-source_iflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xaric/patches/patch-source_iflist.c')
-rw-r--r--chat/xaric/patches/patch-source_iflist.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/xaric/patches/patch-source_iflist.c b/chat/xaric/patches/patch-source_iflist.c
new file mode 100644
index 00000000000..c7a37fbd2b8
--- /dev/null
+++ b/chat/xaric/patches/patch-source_iflist.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-source_iflist.c,v 1.1 2012/02/16 16:13:51 hans Exp $
+
+--- source/iflist.c.orig 2001-11-24 09:07:57.000000000 +0100
++++ source/iflist.c 2012-01-24 20:36:11.838890687 +0100
+@@ -38,6 +38,10 @@
+ # include <assert.h>
+ #endif
+
++#ifdef __sun
++#include <sys/sockio.h>
++#endif
++
+ #include "irc.h"
+ #include "ircaux.h"
+ #include "iflist.h"