commit | 8beba812a961f9fdf46610ad7fb6df5ba90b5069 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat May 23 18:08:35 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 23 18:08:35 2015 -0400 |
tree | d6fb753a9eda32b44381d7669f3e333735028ae3 | |
parent | 1123a2ecd07afc66d4f9c4c9cfd6565269389431 [diff] |
e2fsck,misc: include ext2fs.h to avoid clang warnings e2fsck/dirinfo.c and misc/e4crypt.c use functions from libext2fs, so we need to include its header file or clang will complain. Signed-off-by: Theodore Ts'o <tytso@mit.edu>