https://git.reactos.org/?p=reactos.git;a=commitdiff;h=143f8549a592382788607820563941df8cbda7b5

commit 143f8549a592382788607820563941df8cbda7b5
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Wed Apr 5 01:45:32 2023 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Wed Apr 5 01:45:32 2023 +0200

    [NTOS:IO] ... and fix build by adding missing header.
---
 ntoskrnl/io/iomgr/driver.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ntoskrnl/io/iomgr/driver.c b/ntoskrnl/io/iomgr/driver.c
index 82fc3c62e15..0ba5657000a 100644
--- a/ntoskrnl/io/iomgr/driver.c
+++ b/ntoskrnl/io/iomgr/driver.c
@@ -11,6 +11,8 @@
 /* INCLUDES 
*******************************************************************/
 
 #include <ntoskrnl.h>
+#include <mm/ARM3/miarm.h>
+
 #define NDEBUG
 #include <debug.h>
 

Reply via email to