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