From d934f98c2373f0e90b733709b1af786fe3dcce53 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 6 Feb 2017 19:21:01 +0000 Subject: [PATCH] Cleanly compiles with both VS/GCC on my system even though bcd.h is not included. I have no idea how. Evidence in IRC channel. svn path=/trunk/; revision=73730 --- reactos/boot/environ/lib/mm/i386/mmx86.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/boot/environ/lib/mm/i386/mmx86.c b/reactos/boot/environ/lib/mm/i386/mmx86.c index 4125715ec4e..e61aaaf2b9e 100644 --- a/reactos/boot/environ/lib/mm/i386/mmx86.c +++ b/reactos/boot/environ/lib/mm/i386/mmx86.c @@ -9,6 +9,7 @@ /* INCLUDES ******************************************************************/ #include "bl.h" +#include "bcd.h" /* DATA VARIABLES ************************************************************/