Tests: Include limits.h for PATH_MAX in realpath tests

This commit is contained in:
Tim Schumacher 2021-10-23 02:07:38 +02:00 committed by Andreas Kling
commit 8ebc749191
Notes: sideshowbarker 2024-07-18 00:54:03 +09:00

View file

@ -9,6 +9,7 @@
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>