mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
Add Freebsd to preprocessor of rlimit.cpp
This commit is contained in:
parent
040df63c98
commit
db9d4de1fa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
Copyright 2019-2020 Telegram Systems LLP
|
Copyright 2019-2020 Telegram Systems LLP
|
||||||
*/
|
*/
|
||||||
#include "rlimit.h"
|
#include "rlimit.h"
|
||||||
#if TD_LINUX || TD_ANDROID
|
#if TD_LINUX || TD_ANDROID || TD_FREEBSD
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
Loading…
Reference in a new issue