]> diplodocus.org Git - nmh/blobdiff - sbr/push.c
test/inc/test-eom-align: Fix tests; they've never worked.
[nmh] / sbr / push.c
index 03e8a4566f20c923adc28b5cef487bba6f005082..d77e37548d939f3ff276cf060bf09f790e169e79 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * push.c -- push a fork into the background
+/* push.c -- push a fork into the background
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -9,6 +7,7 @@
 
 #include <h/mh.h>
 #include <h/signals.h>
+#include "m_mktemp.h"
 
 
 void
@@ -53,4 +52,3 @@ push(void)
            done (0);
     }
 }
-