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
Notes: sideshowbarker 2024-07-19 09:37:05 +09:00

View File

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