From 4aec958561923bcfd138534d6ff64273b7427a9c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 4 Apr 2007 21:09:49 -0400 Subject: [PATCH] Add #include's to avoid compiler warnings in lib/ext2fs/tst_types Signed-off-by: "Theodore Ts'o" --- lib/ext2fs/ChangeLog | 4 ++++ lib/ext2fs/tst_types.c | 4 ++++ 2 files changed, 8 insertions(+) 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) -- 2.47.2