From: Alex Ionescu Date: Mon, 6 Feb 2017 19:21:01 +0000 (+0000) Subject: Cleanly compiles with both VS/GCC on my system even though bcd.h is not included... X-Git-Tag: ReactOS-0.4.4-CLT2017~352 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d934f98c2373f0e90b733709b1af786fe3dcce53 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 --- 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 ************************************************************/