X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a5b2adde414330e1661db05d1ee5b1daeaa2476d..1e03ea3338cc5ccd9ddf4feaaacfeda1998689cc:/sbr/m_popen.c diff --git a/sbr/m_popen.c b/sbr/m_popen.c index 9a1c1a5e..ac36e6ba 100644 --- a/sbr/m_popen.c +++ b/sbr/m_popen.c @@ -6,8 +6,10 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "arglist.h" +#include "error.h" +#include "h/signals.h" #include "m_popen.h" static int m_pid = NOTOK; /* Process we're waiting for */