diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 15:03:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-22 15:03:14 +0000 |
commit | 0124ba2f6b08eccc2123e4c030f716ff36e331bc (patch) | |
tree | 78a009ba868114892dcbd2720b5be48855390766 | |
parent | 9798100e70ad7341f76de1cae2e86b6c8ba8489e (diff) |
Formerly wait.c.~8~
-rw-r--r-- | proc/wait.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/wait.c b/proc/wait.c index 72a5c29a..c99cba44 100644 --- a/proc/wait.c +++ b/proc/wait.c @@ -30,8 +30,8 @@ #include <assert.h> #include "proc_S.h" -#include "process_reply.h" -#include "msg.h" +#include "process_reply_U.h" +#include "ourmsg_U.h" #include "interrupt_S.h" #include <mach/mig_errors.h> |