[BOOTVID]
[reactos.git] / reactos / drivers / base / bootvid / i386 / bootvid.c
index 08d0dc1..59f28c6 100644 (file)
@@ -1,5 +1,8 @@
 #include "precomp.h"
 
+#include <ntifs.h>
+#include <ndk/halfuncs.h>
+
 /* PRIVATE FUNCTIONS *********************************************************/
 
 BOOLEAN
@@ -472,4 +475,3 @@ VidResetDisplay(IN BOOLEAN HalReset)
     InitializePalette();
     VidSolidColorFill(0, 0, 639, 479, 0);
 }
-