X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fsymtab.c;h=d020f662f376c0cf89b51f1ee49b4e533f7b585c;hp=2e157f4ab4814903bf1f044bdcafc46ca625234f;hb=e4a8bde40a6d8319d1b28e054e1a419ba3df2363;hpb=5a7167e93a7975616f2f3fb4bc48b3fbd8080672 diff --git a/restore/symtab.c b/restore/symtab.c index 2e157f4..d020f66 100644 --- a/restore/symtab.c +++ b/restore/symtab.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: symtab.c,v 1.15 2001/05/12 11:36:12 stelian Exp $"; + "$Id: symtab.c,v 1.16 2001/06/18 10:58:28 stelian Exp $"; #endif /* not lint */ /* @@ -60,7 +60,11 @@ static const char rcsid[] = #ifdef __linux__ #include #include +#ifdef HAVE_EXT2FS_EXT2_FS_H +#include +#else #include +#endif #include #else /* __linux__ */ #include