https://git.reactos.org/?p=reactos.git;a=commitdiff;h=61484edb9cb31c34be4e25...
commit 61484edb9cb31c34be4e25592abc9e44bcbb84bc Author: jimtabor james.tabor@reactos.org AuthorDate: Sat Feb 3 11:35:08 2018 -0600 Commit: jimtabor james.tabor@reactos.org CommitDate: Sat Feb 3 11:35:08 2018 -0600
Fix Linux Build --- boot/environ/app/rosload/rosload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/environ/app/rosload/rosload.h b/boot/environ/app/rosload/rosload.h index 11b1c80f69..5b19b4f161 100644 --- a/boot/environ/app/rosload/rosload.h +++ b/boot/environ/app/rosload/rosload.h @@ -30,7 +30,7 @@ #include <bcd.h>
/* ARC Headers */ -#include <arc\arc.h> +#include <arc/arc.h>
/* STRUCTURES ****************************************************************/