From: Theodore Ts'o Date: Mon, 31 Dec 2007 19:43:11 +0000 (-0500) Subject: Fix build error in blkid/tst_types.c when using diet libc X-Git-Tag: v1.40.4~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9320c6ffcdaa1ce236a462468fd7fa16bfca798e;p=tools%2Fe2fsprogs.git Fix build error in blkid/tst_types.c when using diet libc When compiling with diet libc, must be included in order to define the types used in asm/types.h. Strange choice, but workable. This doesn't cause much problems for e2fsprogs except blkid/tst_types.h, which needed a #include of . Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/blkid/tst_types.c b/lib/blkid/tst_types.c index f5a3f6f..8e3055d 100644 --- a/lib/blkid/tst_types.c +++ b/lib/blkid/tst_types.c @@ -9,6 +9,7 @@ * %End-Header% */ +#include #include "blkid/blkid_types.h" #include