From: rrt Date: Fri, 23 Mar 2001 13:00:39 +0000 (+0000) Subject: [project @ 2001-03-23 13:00:39 by rrt] X-Git-Tag: Approximately_9120_patches~2333 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1c4b7a51cb0a6d15432d35f018429a0f88f06d37;p=ghc-hetmet.git [project @ 2001-03-23 13:00:39 by rrt] Include config.h, not Stg.h --- 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