Cleanly compiles with both VS/GCC on my system even though bcd.h is not included...
authorAlex Ionescu <aionescu@gmail.com>
Mon, 6 Feb 2017 19:21:01 +0000 (19:21 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Mon, 6 Feb 2017 19:21:01 +0000 (19:21 +0000)
svn path=/trunk/; revision=73730

reactos/boot/environ/lib/mm/i386/mmx86.c

index 4125715..e61aaaf 100644 (file)
@@ -9,6 +9,7 @@
 /* INCLUDES ******************************************************************/
 
 #include "bl.h"
+#include "bcd.h"
 
 /* DATA VARIABLES ************************************************************/