X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=cbits%2Fsystem.c;h=6c4e7f5fd1dc4b468f70480af20a55fb4ffd8d18;hb=050a91685f0005d2b8a12c961879dccbe52b84a8;hp=6534ca84d7011da3a469f7e7d31117906c6a9037;hpb=260e7f2ed9a43c6ecf5a556d77817f39ed2893ab;p=haskell-directory.git diff --git a/cbits/system.c b/cbits/system.c index 6534ca8..6c4e7f5 100644 --- a/cbits/system.c +++ b/cbits/system.c @@ -1,7 +1,7 @@ /* - * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 + * (c) The University of Glasgow 2002 * - * $Id: system.c,v 1.4 2001/12/21 15:07:26 simonmar Exp $ + * $Id: system.c,v 1.5 2002/02/07 11:13:30 simonmar Exp $ * * system Runtime Support */ @@ -9,7 +9,7 @@ /* The itimer stuff in this module is non-posix */ // #include "PosixSource.h" -#include "HsCore.h" +#include "HsBase.h" #if defined(mingw32_TARGET_OS) #include