From 1d683c049c8eb7fbb45f2cf983f6801986e9ccb9 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 19 Dec 2013 22:49:16 +0000 Subject: [PATCH] [FREELDR] * Include the proper header instead of incompatibly redefining a type. svn path=/trunk/; revision=61306 --- reactos/boot/freeldr/freeldr/include/ntoskrnl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/include/ntoskrnl.h b/reactos/boot/freeldr/freeldr/include/ntoskrnl.h index f2e9e468008..a964a3b80c5 100644 --- a/reactos/boot/freeldr/freeldr/include/ntoskrnl.h +++ b/reactos/boot/freeldr/freeldr/include/ntoskrnl.h @@ -12,6 +12,6 @@ //typedef GUID UUID; /* Disk stuff */ -typedef PVOID PLOADER_PARAMETER_BLOCK; +#include #include #include