From 0ed3f742cbd0e2f0bed7a37bc54f1124bd0b20ff Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 31 May 1998 15:25:02 +0000 Subject: [PATCH] [project @ 1998-05-31 15:25:02 by sof] Bring prototypes of cbits/ stubs into scope when compiling .hc file --- ghc/lib/std/Directory.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/Directory.lhs b/ghc/lib/std/Directory.lhs index 7a4c57a..51d20be 100644 --- a/ghc/lib/std/Directory.lhs +++ b/ghc/lib/std/Directory.lhs @@ -17,7 +17,7 @@ some operating systems, it may also be possible to have paths which are relative to the current directory. \begin{code} -{-# OPTIONS -#include -#include #-} +{-# OPTIONS -#include -#include -#include "cbits/stgio.h" #-} module Directory ( Permissions(Permissions), -- 1.7.10.4