From 572cfc4e0c4225e0499fae205b64cb7c3b503453 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 13 Apr 1997 02:07:29 +0000 Subject: [PATCH] [project @ 1997-04-13 02:07:29 by sof] added -#include of stgio --- ghc/lib/glaExts/PackedString.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/glaExts/PackedString.lhs b/ghc/lib/glaExts/PackedString.lhs index 81521d4..ce8a41c 100644 --- a/ghc/lib/glaExts/PackedString.lhs +++ b/ghc/lib/glaExts/PackedString.lhs @@ -8,7 +8,7 @@ This sits on top of the sequencing/arrays world, notably @ByteArray#@s. Glorious hacking (all the hard work) by Bryan O'Sullivan. \begin{code} -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS -fno-implicit-prelude '-#include "cbits/stgio.h"' #-} module PackedString ( PackedString, -- abstract -- 1.7.10.4