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
parent 99f2541038
commit ff5b7fb222
2 changed files with 2 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

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