]> diplodocus.org Git - nmh/blobdiff - sbr/m_popen.c
new.c: Order two return statements to match comment.
[nmh] / sbr / m_popen.c
index 8a3bae647db96cc9ab2d09837dfc2fac913c8174..1fb0cfb4429ac48ce519ea26166c5558291961d2 100644 (file)
@@ -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 <h/mh.h>
 #include <h/signals.h>
+#include "m_popen.h"
 
 static int m_pid = NOTOK;      /* Process we're waiting for */
 static  int sd = NOTOK;                /* Original standard output */