[FREELDR]

* Include the proper header instead of incompatibly redefining a type.

svn path=/trunk/; revision=61306
This commit is contained in:
Amine Khaldi 2013-12-19 22:49:16 +00:00
parent e57c30f549
commit 1d683c049c

View file

@ -12,6 +12,6 @@
//typedef GUID UUID;
/* Disk stuff */
typedef PVOID PLOADER_PARAMETER_BLOCK;
#include <arc/arc.h>
#include <ntdddisk.h>
#include <internal/hal.h>