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

changes/81/3681/5
zuul 9 years ago committed by Gerrit Code Review
commit ba72bfb76c

@ -33,7 +33,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#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