From 75eeea65bd7007587a2465f014cacc9472f10bde Mon Sep 17 00:00:00 2001 From: "Jared D. McNeill" Date: Thu, 22 Jan 2009 01:37:19 +0100 Subject: NetBSD needs to include sys/uio.h for some socket functions Signed-off-by: Lennart Poettering --- src/modules/rtp/rtp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/rtp/rtp.c') diff --git a/src/modules/rtp/rtp.c b/src/modules/rtp/rtp.c index 88351010..c09c321f 100644 --- a/src/modules/rtp/rtp.c +++ b/src/modules/rtp/rtp.c @@ -35,6 +35,10 @@ #include #endif +#ifdef HAVE_SYS_UIO_H +#include +#endif + #include #include #include -- cgit