Merge "netsock.c: fix includes for HURD"

This commit is contained in:
Joshua Colp
2016-11-02 05:24:21 -05:00
committed by Gerrit Code Review

View File

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