Skip to content
Snippets Groups Projects
Commit 12b81851 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "netsock.c: fix includes for HURD"

parents bff5c274 ed08811e
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment