X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=cbits%2FinputReady.c;h=63233ecae174cb6f020f5770d009d9bef38ddcf1;hb=91ad6d44f7b29d2ede170e3106042b36c9904da1;hp=6585de91cc71c5ab5cdabeac241ae4ee58a0bba9;hpb=6679033059077ab7ceb19540a8801d812e939e4e;p=haskell-directory.git diff --git a/cbits/inputReady.c b/cbits/inputReady.c index 6585de9..63233ec 100644 --- a/cbits/inputReady.c +++ b/cbits/inputReady.c @@ -1,14 +1,14 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: inputReady.c,v 1.4 2001/12/21 15:07:26 simonmar Exp $ + * $Id: inputReady.c,v 1.5 2002/02/07 11:13:30 simonmar Exp $ * * hReady Runtime Support */ /* select and supporting types is not Posix */ /* #include "PosixSource.h" */ -#include "HsCore.h" +#include "HsBase.h" /* * inputReady(fd) checks to see whether input is available on the file