mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Utilities: Fix fgrep assertion include
This commit is contained in:
parent
fd68e606e7
commit
4d332f3930
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue