X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Functime.c;h=c03bb652677e60bd77cf5e04f1ae899f219ad44e;hp=2c9920ed6ff8b9ef6e99dbbf7e77a5c9dddcbfe4;hb=e4a8bde40a6d8319d1b28e054e1a419ba3df2363;hpb=ebcbe7f6c10482913b60fc792e72e494b439b242 diff --git a/dump/unctime.c b/dump/unctime.c index 2c9920e..c03bb65 100644 --- a/dump/unctime.c +++ b/dump/unctime.c @@ -2,7 +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 , 1999-2000 + * Stelian Pop - AlcĂ´ve , 2000 */ /*- @@ -40,9 +41,10 @@ #ifndef lint static const char rcsid[] = - "$Id: unctime.c,v 1.7 2000/01/21 10:17:41 stelian Exp $"; + "$Id: unctime.c,v 1.11 2001/06/18 10:58:28 stelian Exp $"; #endif /* not lint */ +#include #include #ifdef __STDC__ #include @@ -53,7 +55,11 @@ static const char rcsid[] = #include #ifdef __linux__ +#ifdef HAVE_EXT2FS_EXT2_FS_H +#include +#else #include +#endif #include #include #endif