1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

Utilities: Fix test-unveil INT_MAX include

This commit is contained in:
Jean-Baptiste Boric 2021-05-23 16:46:11 +02:00 committed by Andreas Kling
parent 8e6241b78b
commit d92b6423bf

View file

@ -6,6 +6,7 @@
#include <LibCore/ArgsParser.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>