commit | 9320c6ffcdaa1ce236a462468fd7fa16bfca798e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Dec 31 14:43:11 2007 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 31 22:35:18 2007 -0500 |
tree | f23d6b62b1988ca7444ad2d6d220556c44814478 | |
parent | 29dd9d1e90c8ccefa2f8bdc6463694edc3a909d7 [diff] |
Fix build error in blkid/tst_types.c when using diet libc When compiling with diet libc, <sys/types.h> 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 <sys/types.h>. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>