X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Ftape.c;h=ee5c72fc35392003c72bd8e560219afc38a4ed1b;hp=d7e8ed635be54041c6872d5512e64eca52d861ea;hb=e4a8bde40a6d8319d1b28e054e1a419ba3df2363;hpb=5a7167e93a7975616f2f3fb4bc48b3fbd8080672 diff --git a/restore/tape.c b/restore/tape.c index d7e8ed6..ee5c72f 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -46,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.39 2001/05/26 11:04:46 stelian Exp $"; + "$Id: tape.c,v 1.40 2001/06/18 10:58:28 stelian Exp $"; #endif /* not lint */ #include @@ -67,7 +67,11 @@ static const char rcsid[] = #ifdef __linux__ #include #include +#ifdef HAVE_EXT2FS_EXT2_FS_H +#include +#else #include +#endif #include #include #else /* __linux__ */