]> git.wh0rd.org - dump.git/blobdiff - restore/extern.h
LFS compatibility.
[dump.git] / restore / extern.h
index d81892c4544be9a19b924e915bb69010c4543f94..3bf83f158d41fea32ac7e89afffba5d80cda5924 100644 (file)
@@ -2,10 +2,10 @@
  *     Ported to Linux's Second Extended File System as part of the
  *     dump and restore backup suit
  *     Remy Card <card@Linux.EU.Org>, 1994-1997
- *     Stelian Pop <pop@cybercable.fr>, 1999-2000
- *     Stelian Pop <pop@cybercable.fr> - Alcôve <www.alcove.fr>, 2000
+ *     Stelian Pop <pop@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
  *
- *     $Id: extern.h,v 1.9 2000/11/10 14:42:25 stelian Exp $
+ *     $Id: extern.h,v 1.11 2000/12/21 11:14:54 stelian Exp $
  */
 
 /*-
@@ -41,6 +41,8 @@
  * SUCH DAMAGE.
  */
 
+#include <config.h>
+
 struct entry   *addentry __P((char *, ino_t, int));
 long            addfile __P((char *, ino_t, int));
 int             addwhiteout __P((char *));