Author: ion
Date: Mon Feb  6 19:21:01 2017
New Revision: 73730

URL: http://svn.reactos.org/svn/reactos?rev=73730&view=rev
Log:
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.

Modified:
    trunk/reactos/boot/environ/lib/mm/i386/mmx86.c

Modified: trunk/reactos/boot/environ/lib/mm/i386/mmx86.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/lib/mm/i386/mmx86.c?rev=73730&r1=73729&r2=73730&view=diff
==============================================================================
--- trunk/reactos/boot/environ/lib/mm/i386/mmx86.c      [iso-8859-1] (original)
+++ trunk/reactos/boot/environ/lib/mm/i386/mmx86.c      [iso-8859-1] Mon Feb  6 
19:21:01 2017
@@ -9,6 +9,7 @@
 /* INCLUDES ******************************************************************/
 
 #include "bl.h"
+#include "bcd.h"
 
 /* DATA VARIABLES ************************************************************/
 


Reply via email to