sbin/*hammer2: Include <stdint.h> for intmax_t/uintmax_t
commit46eecc1e70c826da7b6615e48199f0f6239b3394
authorTomohiro Kusumi <tkusumi@netbsd.org>
Mon, 10 Apr 2023 07:12:25 +0000 (10 00:12 -0700)
committerTomohiro Kusumi <tkusumi@netbsd.org>
Mon, 10 Apr 2023 07:22:19 +0000 (10 00:22 -0700)
tree619a593d6e0e5ff032575eda36805416178dd411
parent61cb3b4b14d429761cb9bae81ea07e4cd7b60e75
sbin/*hammer2: Include <stdint.h> for intmax_t/uintmax_t

intmax_t/uintmax_t belong to <stdint.h>.
These files don't compile on OpenBSD without explicit includes.
sbin/fsck_hammer2/test.c
sbin/hammer2/hammer2.h
sbin/hammer2/ondisk.c
sbin/hammer2/subs.c
sbin/newfs_hammer2/mkfs_hammer2.c