Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormirabilos <tg@debian.org>2020-04-25 20:35:27 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2020-04-27 14:49:17 +0300
commitcd7e3d725e9739888209c61466872d8b368a1af2 (patch)
tree5f2e8977aef3c371773b2edc8b2e18918d2c487c
parentf03ea1864953942aa4aed0ce389dc81f12f45ab5 (diff)
Add GNU/Hurd and GNU/kFreeBSD with glibc
-rw-r--r--tl-parser/portable_endian.h3
1 files changed, 2 insertions, 1 deletions
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 <endian.h>