Whamcloud - gitweb
e2fsck,misc: include ext2fs.h to avoid clang warnings
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 May 2015 22:08:35 +0000 (18:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 May 2015 22:08:35 +0000 (18:08 -0400)
commit8beba812a961f9fdf46610ad7fb6df5ba90b5069
treed6fb753a9eda32b44381d7669f3e333735028ae3
parent1123a2ecd07afc66d4f9c4c9cfd6565269389431
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>
e2fsck/dirinfo.c
misc/e4crypt.c