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

Commit

Permalink
Merge pull request #1 from sonofmom/feature/Add_freebsd_to_preprocess…
Browse files Browse the repository at this point in the history
…or_statements_of_rlimit.cpp

Add Freebsd to preprocessor of rlimit.cpp
  • Loading branch information
sonofmom authored May 22, 2020
2 parents 9b501b4 + db9d4de commit c425549
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 c425549

Please sign in to comment.