X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8a14191c0a0ad15bb8f35b49748c75c1e0a8c2f4..5f34de43:/sbr/push.c?ds=inline diff --git a/sbr/push.c b/sbr/push.c index 03e8a456..d77e3754 100644 --- a/sbr/push.c +++ b/sbr/push.c @@ -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 #include +#include "m_mktemp.h" void @@ -53,4 +52,3 @@ push(void) done (0); } } -