https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2b64d4537732fa727c24d…
commit 2b64d4537732fa727c24d5f060bcf606a319ebbc
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Mon Apr 13 18:10:54 2020 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Mon Apr 13 18:13:42 2020 +0200
Fix build.
---
win32ss/user/winsrv/consrv/consrv.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/win32ss/user/winsrv/consrv/consrv.h b/win32ss/user/winsrv/consrv/consrv.h
index 5d9353faa32..5700b9b6548 100644
--- a/win32ss/user/winsrv/consrv/consrv.h
+++ b/win32ss/user/winsrv/consrv/consrv.h
@@ -62,6 +62,7 @@ typedef struct _CONSOLE_PROCESS_DATA
#include "include/settings.h"
#include "include/term.h"
#include "console.h"
+#include "coninput.h"
#include "conoutput.h"
#include "handle.h"
#include "lineinput.h"