mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-20 21:53:12 +00:00
fix interface detection on solaris.
This commit is contained in:
parent
dd3a5ae62d
commit
37495e4794
@ -97,6 +97,7 @@ AC_CHECK_HEADERS(
|
|||||||
sys/filio.h \
|
sys/filio.h \
|
||||||
sys/endian.h \
|
sys/endian.h \
|
||||||
sys/byteorder.h \
|
sys/byteorder.h \
|
||||||
|
sys/sockio.h
|
||||||
)
|
)
|
||||||
|
|
||||||
dnl Check for ALSA
|
dnl Check for ALSA
|
||||||
|
3
serval.h
3
serval.h
@ -63,6 +63,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||||||
#ifdef HAVE_IFADDRS_H
|
#ifdef HAVE_IFADDRS_H
|
||||||
#include <ifaddrs.h>
|
#include <ifaddrs.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_SYS_SOCKIO_H
|
||||||
|
#include <sys/sockio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_UCRED_H
|
#ifdef HAVE_SYS_UCRED_H
|
||||||
#include <sys/ucred.h>
|
#include <sys/ucred.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user