pkgsrc/audio/pulseaudio/patches/patch-ai
2008-12-23 02:15:27 +00:00

15 lines
367 B
Text

$NetBSD: patch-ai,v 1.1 2008/12/23 02:15:27 hasso Exp $
--- src/modules/rtp/rtp.c.orig 2008-12-22 00:50:26 +0200
+++ src/modules/rtp/rtp.c 2008-12-22 00:51:41 +0200
@@ -35,6 +35,10 @@
#include <sys/filio.h>
#endif
+#ifdef HAVE_SYS_UIO_H
+#include <sys/uio.h>
+#endif
+
#include <pulsecore/core-error.h>
#include <pulsecore/log.h>
#include <pulsecore/macro.h>