Merge "netsock.c: fix includes for HURD"

changes/80/3680/10
Joshua Colp 9 years ago committed by Gerrit Code Review
commit 12b81851f4

@ -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

Loading…
Cancel
Save