mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Tests: Include limits.h for PATH_MAX in realpath tests
This commit is contained in:
parent
f748586393
commit
8ebc749191
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/timschumi
Commit: 8ebc749191
Pull-request: https://github.com/SerenityOS/serenity/pull/12949
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