summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-22 15:08:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-22 15:08:31 +0000
commit1477bdbf7539542f664af6baf9518a6ee11167dc (patch)
tree517a2b7575234529591e93048f9cf6b5a958d71d
parentd7504ad95fed2f423f94754016f1b2015702b44a (diff)
Formerly pgrp.c.~8~
-rw-r--r--proc/pgrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/pgrp.c b/proc/pgrp.c
index f596327a..ee3aad8b 100644
--- a/proc/pgrp.c
+++ b/proc/pgrp.c
@@ -27,8 +27,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <signal.h>
#include "proc.h"
-#include "proc_S.h"
-#include "msg.h"
+#include "process_S.h"
+#include "ourmsg_U.h"
/* Create and return a new process group with pgid PGID in session SESS. */