From 01dfcee2fa4c5e8d8a5605ed7f63ee450b8e5fde Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 10 Sep 2015 05:24:50 +0000 Subject: [PATCH] [BOOTMGFW] - UNIX strikes again. svn path=/trunk/; revision=69167 --- reactos/boot/environ/lib/io/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/environ/lib/io/fat.c b/reactos/boot/environ/lib/io/fat.c index 7945ddf96d5..49f1f24266d 100644 --- a/reactos/boot/environ/lib/io/fat.c +++ b/reactos/boot/environ/lib/io/fat.c @@ -9,7 +9,7 @@ /* INCLUDES ******************************************************************/ #include "bl.h" -#include "..\drivers\filesystems\fs_rec\fs_rec.h" +#include "../drivers/filesystems/fs_rec/fs_rec.h" /* DATA VARIABLES ************************************************************/