X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..a3724ed39:/sbr/m_popen.c?ds=inline diff --git a/sbr/m_popen.c b/sbr/m_popen.c index 17203de8..1fb0cfb4 100644 --- a/sbr/m_popen.c +++ b/sbr/m_popen.c @@ -8,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 */