]> git.wh0rd.org - dump.git/blobdiff - restore/extern.h
LFS compatibility.
[dump.git] / restore / extern.h
index dfbe5fe8322c8edaff8a53682b56e46c510a8ca9..3bf83f158d41fea32ac7e89afffba5d80cda5924 100644 (file)
@@ -2,9 +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@noos.fr>, 1999-2000
+ *     Stelian Pop <pop@noos.fr> - AlcĂ´ve <www.alcove.fr>, 2000
  *
- *     $Id: extern.h,v 1.8 2000/02/08 12:22:43 stelian Exp $
+ *     $Id: extern.h,v 1.11 2000/12/21 11:14:54 stelian Exp $
  */
 
 /*-
@@ -40,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 *));