61a8ae3fa4
The Farstream (formerly Farsight) project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. (farsight2 is dead, long live farstream!) ok aja@
12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
$OpenBSD: patch-tests_check_transmitter_stunalternd_c,v 1.1.1.1 2012/04/05 16:02:30 jasper Exp $
|
|
--- tests/check/transmitter/stunalternd.c.orig Wed Apr 4 22:58:18 2012
|
|
+++ tests/check/transmitter/stunalternd.c Wed Apr 4 22:58:33 2012
|
|
@@ -38,6 +38,7 @@
|
|
#include <getopt.h>
|
|
#include <errno.h>
|
|
#include <limits.h>
|
|
+#include <sys/uio.h>
|
|
|
|
#include <pthread.h>
|
|
|