fix interface detection on solaris.

This commit is contained in:
Paul Gardner-Stephen 2012-10-15 15:58:42 +10:30
parent dd3a5ae62d
commit 37495e4794
2 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,7 @@ AC_CHECK_HEADERS(
sys/filio.h \
sys/endian.h \
sys/byteorder.h \
sys/sockio.h
)
dnl Check for ALSA

View File

@ -63,6 +63,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifdef HAVE_IFADDRS_H
#include <ifaddrs.h>
#endif
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
#ifdef HAVE_SYS_UCRED_H
#include <sys/ucred.h>