Merge build fix
[disorder] / lib / uaudio-rtp.c
index 4ea4329..9980ba0 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-/** @file lib/uaudio-oss.c
+/** @file lib/uaudio-rtp.c
  * @brief Support for RTP network play backend */
 #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 <sys/uio.h>
 
 #include "uaudio.h"
 #include "mem.h"