From: Tzafrir Cohen Date: Tue, 1 Nov 2016 09:18:49 +0000 (+0200) Subject: netsock.c: fix includes for HURD X-Git-Tag: 13.13.0-rc1~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F4265%2F2;p=thirdparty%2Fasterisk.git netsock.c: fix includes for HURD ASTERISK-25070 Change-Id: I43bf94d2d36d3d8a8d0df40cd6c027d65a462814 --- diff --git a/main/netsock.c b/main/netsock.c index c11f14a89b..d16cf113f1 100644 --- a/main/netsock.c +++ b/main/netsock.c @@ -33,7 +33,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") -#ifndef __linux__ +#if !defined (__linux__) && !defined (__GNU__) #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__) || defined(__GLIBC__) #include #endif