]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: Add integer type headers to private header file
authorKarel Zak <kzak@redhat.com>
Wed, 21 Aug 2024 13:16:24 +0000 (15:16 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:43 +0000 (13:57 +0100)
commit0fe91fb55ca49830971a57fb04c83def7644c2e1
treebb1e1bf91bcfa5bb7c186145bd0f28acaf5cd773
parentef33030c1afb065fb6e96dae34a212a1ee428ca6
libmount: Add integer type headers to private header file

We use uintX_t in many places in the library, and it seems useful to
include inttypes.h and stdint.h to have access to the PRI* macros everywhere.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/btrfs.c
libmount/src/fuzz.c
libmount/src/hook_idmap.c
libmount/src/hook_mount.c
libmount/src/mountP.h