X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Fsymtab.c;h=d020f662f376c0cf89b51f1ee49b4e533f7b585c;hb=c400d6a2fcb10a45b62fb0af26e6536e8181c508;hp=2e157f4ab4814903bf1f044bdcafc46ca625234f;hpb=86fab47e75fc141db053271654a2570fddcd0f46;p=dump.git 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