Skip to content
Snippets Groups Projects
Commit ed08811e authored by Tzafrir Cohen's avatar Tzafrir Cohen
Browse files

netsock.c: fix includes for HURD

ASTERISK-25070

Change-Id: I43bf94d2d36d3d8a8d0df40cd6c027d65a462814
parent 3ad47199
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@
#include "asterisk.h"
#ifndef __linux__
#if !defined (__linux__) && !defined (__GNU__)
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__) || defined(__GLIBC__)
#include <net/if_dl.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment