X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/19bf8698eeb0ab3d7694232af115fa3f007d5c7b..ee7eb520d247d457fe61bcbb0f1f009a889126ed:/sbr/m_popen.c diff --git a/sbr/m_popen.c b/sbr/m_popen.c index 8a3bae64..1fb0cfb4 100644 --- a/sbr/m_popen.c +++ b/sbr/m_popen.c @@ -1,6 +1,4 @@ - -/* - * m_popen.c -- Interface for a popen() call that redirects the current +/* m_popen.c -- Interface for a popen() call that redirects the current * process standard output to the popen()d process. * * This code is Copyright (c) 2014, by the authors of nmh. See the @@ -10,6 +8,7 @@ #include #include +#include "m_popen.h" static int m_pid = NOTOK; /* Process we're waiting for */ static int sd = NOTOK; /* Original standard output */