mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
Utilities: Fix fgrep assertion include
This commit is contained in:
parent
fd68e606e7
commit
4d332f3930
Notes:
sideshowbarker
2024-07-18 17:30:28 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/4d332f3930d Pull-request: https://github.com/SerenityOS/serenity/pull/7413
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user