From 9320c6ffcdaa1ce236a462468fd7fa16bfca798e Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 31 Dec 2007 14:43:11 -0500 Subject: [PATCH] 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" --- lib/blkid/tst_types.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1