]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Added note about cpio failing to unpack an nmh tarball.
[nmh] / uip / mhcachesbr.c
index ece59430cb3c07b4fc5879d75befa7247153dafa..2223e80e32de64bf43ce316d6d7c9d5d4736a0c5 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * mhcachesbr.c -- routines to manipulate the MIME content cache
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -21,6 +19,7 @@
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
+#include <h/utils.h>
 
 #ifdef TIME_WITH_SYS_TIME
 # include <sys/time.h>
@@ -37,8 +36,6 @@
 # include <sys/wait.h>
 #endif
 
-
-extern int errno;
 extern int debugsw;
 
 extern pid_t xpid;     /* mhshowsbr.c or mhbuildsbr.c */