mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Utilities: Fix test-unveil INT_MAX include
This commit is contained in:
parent
8e6241b78b
commit
d92b6423bf
Notes:
sideshowbarker
2024-07-18 17:30:16 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/d92b6423bf2 Pull-request: https://github.com/SerenityOS/serenity/pull/7413
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue