X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Fsymtab.c;h=9eb9dc093545a453bf56d976c017063ec44754e0;hp=2e157f4ab4814903bf1f044bdcafc46ca625234f;hb=11856e771fadee7ddb9b5a613c91f562bf363da7;hpb=86fab47e75fc141db053271654a2570fddcd0f46 diff --git a/restore/symtab.c b/restore/symtab.c index 2e157f4..9eb9dc0 100644 --- a/restore/symtab.c +++ b/restore/symtab.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: symtab.c,v 1.15 2001/05/12 11:36:12 stelian Exp $"; + "$Id: symtab.c,v 1.17 2002/01/16 09:32:14 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