mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-19 14:10:01 +00:00
Merge "netsock.c: fix includes for HURD" into 14
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user