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