mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue