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