X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsDllMain.c;h=bc5cb07f42d821636b404735cb083c72bf169b10;hb=a108d2c6cb5bde3f645bc0a68c6a742409f33634;hp=4c03082142cbd7f7b319f15fcbffef22899b515a;hpb=39d37a2c44fa3b0994c4ad8e0a5baddf031aca12;p=ghc-hetmet.git diff --git a/ghc/rts/RtsDllMain.c b/ghc/rts/RtsDllMain.c index 4c03082..bc5cb07 100644 --- a/ghc/rts/RtsDllMain.c +++ b/ghc/rts/RtsDllMain.c @@ -1,12 +1,13 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsDllMain.c,v 1.1 1999/09/16 08:29:01 sof Exp $ + * $Id: RtsDllMain.c,v 1.3 2001/08/14 13:40:09 sewardj Exp $ * - * (c) The GHC Team 1999-1900 + * (c) The GHC Team 1999-2000 * * Entry point for RTS-in-a-DLL * * ---------------------------------------------------------------------------*/ +#include "PosixSource.h" #include "Rts.h" #include "RtsAPI.h"