diff options
-rw-r--r-- | testsuite/tests/profiling/should_run/T3001-2.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/profiling/should_run/T3001-2.hs b/testsuite/tests/profiling/should_run/T3001-2.hs index 961d9c3760..5c0cb3e977 100644 --- a/testsuite/tests/profiling/should_run/T3001-2.hs +++ b/testsuite/tests/profiling/should_run/T3001-2.hs @@ -21,6 +21,7 @@ import GHC.Word import Control.Monad import Foreign +import System.IO.Unsafe import System.IO import Data.Char (chr,ord) |