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

Utilities: Fix fgrep assertion include

This commit is contained in:
Jean-Baptiste Boric 2021-05-19 21:35:55 +02:00 committed by Andreas Kling
parent fd68e606e7
commit 4d332f3930

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause * SPDX-License-Identifier: BSD-2-Clause
*/ */
#include <assert.h> #include <AK/Assertions.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>