This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
tdlib-fork/tdutils
Sasha Koss 79d4eade83 Add missing <limits.h> so PATH_MAX would be available
It fixes an error that happens during building on Alpine Linux:

```
In file included from /tmp/td/tdutils/td/utils/port/path.cpp:7:0:
/tmp/td/tdutils/td/utils/port/path.h: In function 'td::Status td::walk_path(td::CSlice, Func&&)':
/tmp/td/tdutils/td/utils/port/path.h:167:21: error: 'PATH_MAX' was not declared in this scope
   curr_path.reserve(PATH_MAX + 10);
                     ^~~~~~~~
```
2018-09-04 21:52:20 +03:00
..
generate Improve Readme. 2018-07-08 03:18:46 +03:00
td/utils Add missing <limits.h> so PATH_MAX would be available 2018-09-04 21:52:20 +03:00
test Fix warnings. 2018-08-10 19:48:51 +03:00
CMakeLists.txt Add transliteration implementation. 2018-07-31 02:49:42 +03:00