1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 18:25:09 +00:00

TTYServer: Include AK/LogStream.h for dbg()

This commit is contained in:
joshua stein 2020-01-30 21:45:49 -06:00 committed by Andreas Kling
parent 79be8be051
commit c33cb8a289

View file

@ -25,6 +25,7 @@
*/
#include <AK/Assertions.h>
#include <AK/LogStream.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>