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:
parent
f748586393
commit
8ebc749191
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue