From 253513ac415de49fb7f601aaf7447de5c1362701 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 27 Aug 1999 08:34:15 +0000
Subject: [PATCH] [project @ 1999-08-27 08:34:15 by simonmar] wibble

---
 ghc/lib/concurrent/Concurrent.lhs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ghc/lib/concurrent/Concurrent.lhs b/ghc/lib/concurrent/Concurrent.lhs
index 13a2851e61e6..132922ef45ea 100644
--- a/ghc/lib/concurrent/Concurrent.lhs
+++ b/ghc/lib/concurrent/Concurrent.lhs
@@ -56,6 +56,7 @@ import Channel
 import Semaphore
 import SampleVar
 import PrelConc
+import PrelHandle       ( topHandler )
 import PrelException
 import PrelIOBase	( IO(..) )
 import IO
-- 
GitLab