1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 19:52:18 +00:00

Add Freebsd to preprocessor of rlimit.cpp

This commit is contained in:
sonofmom 2020-05-22 01:23:39 +02:00
parent 040df63c98
commit db9d4de1fa

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>