X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..93bd0519e7383755a82da4aeff3e1e368f048525:/sbr/pidstatus.c?ds=inline diff --git a/sbr/pidstatus.c b/sbr/pidstatus.c index aa664649..b7aad798 100644 --- a/sbr/pidstatus.c +++ b/sbr/pidstatus.c @@ -2,9 +2,12 @@ /* * pidstatus.c -- report child's status * - * $Id$ + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ +#include #include /* @@ -12,10 +15,6 @@ */ #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - #ifndef WTERMSIG # define WTERMSIG(s) ((int)((s) & 0x7F)) #endif