[FREELDR] Fix build by adding a missing header

This commit is contained in:
Victor Perevertkin 2020-02-15 18:25:57 +03:00
parent 4f23b0c3df
commit 1d069269f5
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -9,6 +9,7 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include <freeldr.h>
/* FUNCTIONS *****************************************************************/