diff options
Diffstat (limited to 'compiler/GHC/Platform/PPC.hs')
-rw-r--r-- | compiler/GHC/Platform/PPC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Platform/PPC.hs b/compiler/GHC/Platform/PPC.hs index 5b4f3bfb14..86da0e4b05 100644 --- a/compiler/GHC/Platform/PPC.hs +++ b/compiler/GHC/Platform/PPC.hs @@ -6,5 +6,5 @@ import GHC.Prelude #define MACHREGS_NO_REGS 0 #define MACHREGS_powerpc 1 -#include "../../../includes/CodeGen.Platform.hs" +#include "CodeGen.Platform.h" |