linux build fixes
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 20 Oct 2007 10:49:43 +0000 (11:49 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 20 Oct 2007 10:49:43 +0000 (11:49 +0100)
clients/playrtp.c
disobedience/rtp.c

index f92d872..908c619 100644 (file)
@@ -68,6 +68,7 @@
 #include <netinet/in.h>
 #include <sys/time.h>
 #include <sys/un.h>
+#include <unistd.h>
 
 #include "log.h"
 #include "mem.h"
index fa64ac3..faf2c61 100644 (file)
  */
 
 #include "disobedience.h"
+#include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/un.h>
 #include <sys/utsname.h>
+#include <sys/wait.h>
 
 /** @brief Path to RTP player's control socket */
 static char *rtp_socket;