chiark / gitweb /
More tests for mime.c
[disorder] / disobedience / rtp.c
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;