From 74e1368d4688ee16f6decdf2cd3ebe27506b26ba Mon Sep 17 00:00:00 2001 From: "Ben.Lippmeier@anu.edu.au" Date: Sat, 25 Apr 2009 08:33:45 +0000 Subject: [PATCH] Fix SPARC build, missing #include --- compiler/nativeGen/SPARC/RegPlate.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/nativeGen/SPARC/RegPlate.hs b/compiler/nativeGen/SPARC/RegPlate.hs index ab58986..1da728a 100644 --- a/compiler/nativeGen/SPARC/RegPlate.hs +++ b/compiler/nativeGen/SPARC/RegPlate.hs @@ -11,6 +11,8 @@ module SPARC.RegPlate ( where +#include "HsVersions.h" + import Reg import CmmExpr import FastBool -- 1.7.10.4