summaryrefslogtreecommitdiff
path: root/net/udpcast/patches/patch-ac
blob: 93b3024d7a8fab0c7b157a43ebb160d76d6a2b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.1 2006/08/22 15:52:15 joerg Exp $

--- receivedata.c.orig	2006-08-22 17:39:33.000000000 +0000
+++ receivedata.c
@@ -4,6 +4,9 @@
 #include <stdlib.h>
 #include <sys/time.h>
 #include <errno.h>
+#if defined(__DragonFly__)
+#include <sys/uio.h>
+#endif
 
 #include "threads.h"
 #include "log.h"