diff options
Diffstat (limited to 'otherlibs/unix/wait.c')
-rw-r--r-- | otherlibs/unix/wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/wait.c b/otherlibs/unix/wait.c index 38d0631dd..12bfed25d 100644 --- a/otherlibs/unix/wait.c +++ b/otherlibs/unix/wait.c @@ -14,7 +14,7 @@ #include <mlvalues.h> #include <alloc.h> #include <memory.h> -#include "unix.h" +#include "unixsupport.h" #include <sys/types.h> #include <sys/wait.h> |