chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e979b84
)
uaudio-rtp.c builds on Mac
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 1 Mar 2009 17:53:14 +0000
(17:53 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 1 Mar 2009 17:53:14 +0000
(17:53 +0000)
lib/uaudio-rtp.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/uaudio-rtp.c
b/lib/uaudio-rtp.c
index 4785d62ae2ffdcc668f54111e0cf1d6161703436..9980ba0d33fbf6198f0fefc42038b2c410466645 100644
(file)
--- a/
lib/uaudio-rtp.c
+++ b/
lib/uaudio-rtp.c
@@
-20,11
+20,13
@@
#include "common.h"
#include <errno.h>
#include "common.h"
#include <errno.h>
+#include <sys/socket.h>
#include <ifaddrs.h>
#include <net/if.h>
#include <gcrypt.h>
#include <unistd.h>
#include <time.h>
#include <ifaddrs.h>
#include <net/if.h>
#include <gcrypt.h>
#include <unistd.h>
#include <time.h>
+#include <sys/uio.h>
#include "uaudio.h"
#include "mem.h"
#include "uaudio.h"
#include "mem.h"