From a1100ebbb145f7442b44a49cc4c9a852c191c68e Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 4 Oct 2015 21:11:48 +0000 Subject: [PATCH] People's local builds use PCH by default, rosbuilds do not. A recipe for success. svn path=/trunk/; revision=69448 --- reactos/boot/environ/lib/misc/bcd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/boot/environ/lib/misc/bcd.c b/reactos/boot/environ/lib/misc/bcd.c index c8f80aa2081..3434681cf70 100644 --- a/reactos/boot/environ/lib/misc/bcd.c +++ b/reactos/boot/environ/lib/misc/bcd.c @@ -9,6 +9,7 @@ /* INCLUDES ******************************************************************/ #include "bl.h" +#include /* FUNCTIONS *****************************************************************/