Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Add Freebsd to preprocessor of rlimit.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmom committed May 21, 2020
1 parent 040df63 commit db9d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdutils/td/utils/port/rlimit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit db9d4de

Please sign in to comment.