From: Theodore Ts'o Date: Thu, 5 Apr 2007 01:09:49 +0000 (-0400) Subject: Add #include's to avoid compiler warnings in lib/ext2fs/tst_types X-Git-Tag: E2FSPROGS-1_40~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aec958561923bcfd138534d6ff64273b7427a9c;p=thirdparty%2Fe2fsprogs.git Add #include's to avoid compiler warnings in lib/ext2fs/tst_types Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index b5c9add61..a045e7166 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,7 @@ +2007-04-04 Theodore Tso + + * tst_types.c: Add #include's to avoid compiler warnings. + 2007-04-02 Theodore Tso * icount.c (get_icount_el): Prevent floating point precision diff --git a/lib/ext2fs/tst_types.c b/lib/ext2fs/tst_types.c index 739b72366..36a04d10d 100644 --- a/lib/ext2fs/tst_types.c +++ b/lib/ext2fs/tst_types.c @@ -9,6 +9,10 @@ * %End-Header% */ +#include +#include +#include + #include "ext2fs/ext2_types.h" main(int argc, char **argv)