1
0
Fork 0
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:
sonofmom 2020-05-23 01:57:19 +02:00 committed by GitHub
commit c4255498f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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