mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
TTYServer: Include AK/LogStream.h for dbg()
This commit is contained in:
parent
79be8be051
commit
c33cb8a289
Notes:
sideshowbarker
2024-07-19 09:37:05 +09:00
Author: https://github.com/jcs
Commit: c33cb8a289
Pull-request: https://github.com/SerenityOS/serenity/pull/1177
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <AK/Assertions.h>
|
#include <AK/Assertions.h>
|
||||||
|
#include <AK/LogStream.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue