From 1c4b7a51cb0a6d15432d35f018429a0f88f06d37 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 23 Mar 2001 13:00:39 +0000 Subject: [PATCH] [project @ 2001-03-23 13:00:39 by rrt] Include config.h, not Stg.h --- ghc/lib/std/Directory.hsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/std/Directory.hsc b/ghc/lib/std/Directory.hsc index d04d3db..8ae71b8 100644 --- a/ghc/lib/std/Directory.hsc +++ b/ghc/lib/std/Directory.hsc @@ -1,5 +1,5 @@ -- ----------------------------------------------------------------------------- --- $Id: Directory.hsc,v 1.8 2001/03/01 12:25:33 rrt Exp $ +-- $Id: Directory.hsc,v 1.9 2001/03/23 13:00:39 rrt Exp $ -- -- (c) The University of Glasgow, 1994-2000 -- @@ -66,7 +66,7 @@ import PrelIOBase import PrelBase -- Fix mingw stat problem -#include "../includes/Stg.h" +#include "../includes/config.h" #include #include #include -- 1.7.10.4