diff options
Diffstat (limited to 'otherlibs/unix/exit.c')
-rw-r--r-- | otherlibs/unix/exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/exit.c b/otherlibs/unix/exit.c index 9eba09ba5..8317ddbcd 100644 --- a/otherlibs/unix/exit.c +++ b/otherlibs/unix/exit.c @@ -12,7 +12,7 @@ /* $Id$ */ #include <mlvalues.h> -#include "unix.h" +#include "unixsupport.h" value unix_exit(n) /* ML */ value n; |