]> diplodocus.org Git - nmh/blobdiff - sbr/m_popen.c
Bump up size of two static char[] so gcc knows they won't overflow.
[nmh] / sbr / m_popen.c
index 17203de8afa236815e759ae346e2bc5498218431..1fb0cfb4429ac48ce519ea26166c5558291961d2 100644 (file)
@@ -8,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 */