X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..4ecdd9dda778478a2d3244cfc349df69a4224f96:/sbr/m_popen.c 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 */