]> diplodocus.org Git - nmh/blobdiff - sbr/m_popen.c
showfile.c: Move interface to own file.
[nmh] / sbr / m_popen.c
index 9a1c1a5e447f83a43715e959d6385f9f4befd3d9..ac36e6ba5877e9d45e6ec37fdaa9b7e23a75cbf7 100644 (file)
@@ -6,8 +6,10 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/signals.h>
+#include "h/mh.h"
+#include "arglist.h"
+#include "error.h"
+#include "h/signals.h"
 #include "m_popen.h"
 
 static int m_pid = NOTOK;      /* Process we're waiting for */