mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-09 11:55:19 +00:00
netsock.c: fix includes for HURD
ASTERISK-25070 Change-Id: I43bf94d2d36d3d8a8d0df40cd6c027d65a462814
This commit is contained in:
committed by
Richard Mudgett
parent
201f21e0e5
commit
2897fc9ab0
@@ -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