X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/af4a4f3cf9d59705d280ea5c0798fc737c863725..6e1c913f4e0ced806180c7069ca12f79f15e5e23:/sbr/lock_file.c diff --git a/sbr/lock_file.c b/sbr/lock_file.c index aed11a13..c3dbbd9c 100644 --- a/sbr/lock_file.c +++ b/sbr/lock_file.c @@ -1,6 +1,4 @@ - -/* - * lock.c -- routines to lock/unlock files +/* lock_file.c -- routines to lock/unlock files * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -19,6 +17,8 @@ #include #include #include +#include "lock_file.h" +#include "m_mktemp.h" #ifdef HAVE_SYS_TIME_H # include