Merge "netsock.c: fix includes for HURD" into 14

changes/82/3682/4
Joshua Colp 10 years ago committed by Gerrit Code Review
commit eaf04cb6d0

@ -33,7 +33,7 @@
ASTERISK_REGISTER_FILE()
#ifndef __linux__
#if !defined (__linux__) && !defined (__GNU__)
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__) || defined(__GLIBC__)
#include <net/if_dl.h>
#endif

Loading…
Cancel
Save