From fb3672306631e5a2f9683f67aba4f26eb5e52fd9 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 8 Apr 2019 18:24:33 +0200 Subject: [PATCH] [NTOSKRNL] Initialize GUID_DEVICE_BATTERY properly --- ntoskrnl/guid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/guid.c b/ntoskrnl/guid.c index 346580960de..31cc46279ab 100644 --- a/ntoskrnl/guid.c +++ b/ntoskrnl/guid.c @@ -1,8 +1,8 @@ /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */ #include -#include #include +#include #include /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */ -- 2.17.1