From cd7e3d725e9739888209c61466872d8b368a1af2 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Sat, 25 Apr 2020 19:35:27 +0200 Subject: Add GNU/Hurd and GNU/kFreeBSD with glibc --- tl-parser/portable_endian.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tl-parser/portable_endian.h b/tl-parser/portable_endian.h index c7720ae..ce449a7 100644 --- a/tl-parser/portable_endian.h +++ b/tl-parser/portable_endian.h @@ -17,7 +17,8 @@ #endif -#if defined(__linux__) || defined(__CYGWIN__) +#if defined(__linux__) || defined(__CYGWIN__) || \ + defined(__GNU__) || defined(__GLIBC__) # include -- cgit v1.2.3