X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rts%2Fposix%2FSelect.c;h=d36e122079e366adf30df0e141170e4f0a424327;hb=79957d77c1bff767f1041d3fabdeb94d92a52878;hp=32dca96cd8c7c1f389bad938213570438ce68806;hpb=536942c5b15e2cd06bb274022c670b9ecbbef465;p=ghc-hetmet.git diff --git a/rts/posix/Select.c b/rts/posix/Select.c index 32dca96..d36e122 100644 --- a/rts/posix/Select.c +++ b/rts/posix/Select.c @@ -6,19 +6,20 @@ * * ---------------------------------------------------------------------------*/ -/* we're outside the realms of POSIX here... */ -/* #include "PosixSource.h" */ - +#include "PosixSource.h" #include "Rts.h" -#include "Storage.h" + +#include "Signals.h" #include "Schedule.h" #include "RtsUtils.h" -#include "RtsFlags.h" -#include "Timer.h" #include "Itimer.h" -#include "Signals.h" #include "Capability.h" -#include "posix/Select.h" +#include "Select.h" +#include "AwaitEvent.h" + +# ifdef HAVE_SYS_SELECT_H +# include +# endif # ifdef HAVE_SYS_TYPES_H # include