Whamcloud - gitweb
libext2fs: add ext2_types.h to qcow2.h
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 May 2024 04:56:58 +0000 (00:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 May 2024 04:56:58 +0000 (00:56 -0400)
commit45e2950dbc220e0c6a61a97fdbb8fc3686abf71a
tree8bebf0f33a98c08f6ed18e74ca713b143e7625c5
parent7b2e837bf0eacb5c12396e994b4c7979f576019a
libext2fs: add ext2_types.h to qcow2.h

The qcow2.h header file uses types such __u32 which are defined in
ext2_types.h.  So include it directly to avoid relying on users of the
qcow2.h header file to include right dependencies.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/qcow2.h