chiark / gitweb /
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 f92d87287b1ccbae5c3419da697aa163f73c7318..908c619905fd7ed7c7e5035d0c6b8181e40d532a 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 fa64ac3a164856d32c57bc50eea831b4d9be0c69..faf2c6116cc4a51a88f1f7f7379ee5094f0223d9 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;