Fix build, addendum to commit 35180b3a

This commit is contained in:
Hermès Bélusca-Maïto 2023-03-29 02:55:06 +02:00
parent 35180b3ad2
commit 3c0ba6b22c
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include "kd.h"
#include "kdterminal.h"
/* FUNCTIONS *****************************************************************/

View file

@ -9,6 +9,7 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include "kd.h"
#include "kdterminal.h"
#define KdbpGetCharKeyboard(ScanCode) KdbpTryGetCharKeyboard((ScanCode), 0)