From 8ebc74919182bbaecead47fb37804d7e54ef9ea6 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sat, 23 Oct 2021 02:07:38 +0200 Subject: [PATCH] Tests: Include limits.h for PATH_MAX in realpath tests --- Tests/LibC/TestRealpath.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibC/TestRealpath.cpp b/Tests/LibC/TestRealpath.cpp index 1ca9ac5540..c0fb283890 100644 --- a/Tests/LibC/TestRealpath.cpp +++ b/Tests/LibC/TestRealpath.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include