1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +00:00

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
parent f748586393
commit 8ebc749191

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>