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
Notes: sideshowbarker 2024-07-18 17:30:28 +09:00

View file

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