commit 61d7a02c78048f82197ec72e763b4a63851f88f9 parent 6bc6c587f8d5af799526551e1056f1a1f15e0009 Author: tgoodwin <tgoodwin> Date: Mon, 27 Jul 1998 13:57:14 +0000 add "wait.h" Diffstat:
M | wait.c | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/wait.c b/wait.c @@ -1,7 +1,8 @@ -#include "rc.h" - #include <errno.h> +#include "rc.h" +#include "wait.h" + bool forked = FALSE; typedef struct Pid Pid;