Add missing headers' include to build on FreeBSD 7.1.

This commit is contained in:
Diego Elio 'Flameeyes' Pettenò 2009-05-15 23:42:43 +02:00 committed by Colin Guthrie
parent abf6dfbc62
commit a29c6f86e0
2 changed files with 3 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include <arpa/inet.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
#ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h>

View file

@ -25,6 +25,8 @@
#include <string.h>
#include <stdlib.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <pulse/xmalloc.h>
#include <pulse/util.h>