X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Futilities.c;h=c94d36f2e1c02e311d3618d96ba2c535249b66c7;hb=40df6a0e578b56977f18c2a960f3fd30c4c78e60;hp=e2bf2e2682f955f18df33bc80661ab32ab53f1ee;hpb=35b24fb7fabcf6df3b37aebf70c228d5b0688d32;p=dump.git diff --git a/restore/utilities.c b/restore/utilities.c index e2bf2e2..c94d36f 100644 --- a/restore/utilities.c +++ b/restore/utilities.c @@ -2,8 +2,8 @@ * Ported to Linux's Second Extended File System as part of the * dump and restore backup suit * Remy Card , 1994-1997 - * Stelian Pop , 1999-2000 - * Stelian Pop - Alcôve , 2000 + * Stelian Pop , 1999-2000 + * Stelian Pop - Alcôve , 2000-2002 */ /* @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: utilities.c,v 1.14 2001/04/10 12:46:53 stelian Exp $"; + "$Id: utilities.c,v 1.17 2002/01/16 09:32:14 stelian Exp $"; #endif /* not lint */ #include @@ -56,7 +56,12 @@ static const char rcsid[] = #ifdef __linux__ #include +#include +#ifdef HAVE_EXT2FS_EXT2_FS_H +#include +#else #include +#endif #include #include #else /* __linux__ */