[NTOS:IO] ... and fix build by adding missing header.

This commit is contained in:
Hermès Bélusca-Maïto 2023-04-05 01:45:32 +02:00
parent 4c6f7c01e5
commit 143f8549a5
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -11,6 +11,8 @@
/* INCLUDES *******************************************************************/
#include <ntoskrnl.h>
#include <mm/ARM3/miarm.h>
#define NDEBUG
#include <debug.h>