X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.c;h=d9561d810fd6ab892d7d4a1d39d4c1b3a76c84c1;hp=0be2db19a30c4052b2572437ef37f6a6c4b3da72;hb=e4a8bde40a6d8319d1b28e054e1a419ba3df2363;hpb=5a7167e93a7975616f2f3fb4bc48b3fbd8080672 diff --git a/restore/restore.c b/restore/restore.c index 0be2db1..d9561d8 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.17 2001/04/26 08:28:29 stelian Exp $"; + "$Id: restore.c,v 1.18 2001/06/18 10:58:28 stelian Exp $"; #endif /* not lint */ #include @@ -51,7 +51,11 @@ static const char rcsid[] = #include #include #include +#ifdef HAVE_EXT2FS_EXT2_FS_H +#include +#else #include +#endif #include #else /* __linux__ */ #include