From 932ceee5c2331dcbb55162627a3f94b11e8ce664 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 11 Jun 1998 10:48:40 +0000 Subject: [PATCH] [project @ 1998-06-11 10:48:40 by sof] include "stgio.h" to bring function prototypes of relevant C stubs into scope. --- ghc/lib/std/CPUTime.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/CPUTime.lhs b/ghc/lib/std/CPUTime.lhs index b77f87e..12d1e87 100644 --- a/ghc/lib/std/CPUTime.lhs +++ b/ghc/lib/std/CPUTime.lhs @@ -4,7 +4,7 @@ \section[CPUTime]{Haskell 1.4 CPU Time Library} \begin{code} -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-} module CPUTime ( -- 1.7.10.4