summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/Poll.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Event/Poll.hsc')
-rw-r--r--libraries/base/GHC/Event/Poll.hsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/GHC/Event/Poll.hsc b/libraries/base/GHC/Event/Poll.hsc
index bb0b6e570b..2ed25bec8b 100644
--- a/libraries/base/GHC/Event/Poll.hsc
+++ b/libraries/base/GHC/Event/Poll.hsc
@@ -14,6 +14,7 @@ module GHC.Event.Poll
#if !defined(HAVE_POLL_H)
import GHC.Base
+import qualified GHC.Event.Internal as E
new :: IO E.Backend
new = error "Poll back end not implemented for this platform"