From 7a95667b38d2ee732ddd7c448ee5c49b4e5efbf2 Mon Sep 17 00:00:00 2001
From: Erik de Castro Lopo <erikd@mega-nerd.com>
Date: Mon, 5 Sep 2011 20:24:51 +1000
Subject: [PATCH] Add missing import (fixes #5460).

---
 compiler/nativeGen/X86/Regs.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/nativeGen/X86/Regs.hs b/compiler/nativeGen/X86/Regs.hs
index 2a1c6fa..280db84 100644
--- a/compiler/nativeGen/X86/Regs.hs
+++ b/compiler/nativeGen/X86/Regs.hs
@@ -63,7 +63,7 @@ import FastTypes
 import FastBool
 
 
-#if  defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH)
+#if  defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH) || defined(powerpc_TARGET_ARCH)
 import Constants
 #endif
 
-- 
1.7.5.4

