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

This commit is contained in:
zuul
2016-11-01 21:15:09 -05:00
committed by Gerrit Code Review

View File

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