diff options
Diffstat (limited to 'rts/hooks/OnExit.c')
-rw-r--r-- | rts/hooks/OnExit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/hooks/OnExit.c b/rts/hooks/OnExit.c index dd4c3b4bb0..e8019c046b 100644 --- a/rts/hooks/OnExit.c +++ b/rts/hooks/OnExit.c @@ -4,6 +4,7 @@ * * ---------------------------------------------------------------------------*/ +#include "PosixSource.h" #include "Rts.h" /* Note: by the time this hook has been called, Haskell land |