summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-22 15:03:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-22 15:03:14 +0000
commit0124ba2f6b08eccc2123e4c030f716ff36e331bc (patch)
tree78a009ba868114892dcbd2720b5be48855390766
parent9798100e70ad7341f76de1cae2e86b6c8ba8489e (diff)
Formerly wait.c.~8~
-rw-r--r--proc/wait.c4
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>