Fix build
authorIan Lynagh <igloo@earth.li>
Tue, 22 Apr 2008 13:38:38 +0000 (13:38 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 22 Apr 2008 13:38:38 +0000 (13:38 +0000)
compiler/main/InteractiveEval.hs

index 96e0b34..42d2798 100644 (file)
@@ -37,6 +37,8 @@ module InteractiveEval (
 
 #ifdef GHCI
 
+#include "HsVersions.h"
+
 import HscMain          hiding (compileExpr)
 import HscTypes
 import TcRnDriver