aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tdutils/td/utils/port/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdutils/td/utils/port/path.h b/tdutils/td/utils/port/path.h
index 727ee1734..e3df18f47 100644
--- a/tdutils/td/utils/port/path.h
+++ b/tdutils/td/utils/port/path.h
@@ -19,6 +19,7 @@
#include <utility>
#if TD_PORT_POSIX
+#include <limits.h>
#include <dirent.h>
#include <sys/types.h>
#endif