X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fpidstatus.c;h=b7aad79851962e6cf76303aef16948fbb138254d;hb=6e00dba11ff815307cd60cee7a7f69d115591c7e;hp=7991d5925a6a22cb385496a15f42d33517a0a18c;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/pidstatus.c b/sbr/pidstatus.c index 7991d59..b7aad79 100644 --- a/sbr/pidstatus.c +++ b/sbr/pidstatus.c @@ -2,13 +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 /* @@ -16,10 +15,6 @@ */ #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - #ifndef WTERMSIG # define WTERMSIG(s) ((int)((s) & 0x7F)) #endif