mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +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: https://github.com/SerenityOS/serenity/commit/c33cb8a2896 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/LogStream.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue