]> diplodocus.org Git - nmh/blobdiff - sbr/lock_file.c
sbr/utils.c: Delete dead-code open_form(); not called.
[nmh] / sbr / lock_file.c
index fc4206f5e73c93518690421192094e801272807a..c3dbbd9cf057011b7edce3313c0a3dbbefa9c6ff 100644 (file)
@@ -1,5 +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
@@ -18,6 +17,8 @@
 #include <h/signals.h>
 #include <h/utils.h>
 #include <h/mts.h>
+#include "lock_file.h"
+#include "m_mktemp.h"
 
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>