]> git.ipfire.org Git - thirdparty/systemd.git/commit
pretty-print: Add missing fileio.h include
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 21 May 2025 12:35:13 +0000 (14:35 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 May 2025 14:53:40 +0000 (23:53 +0900)
commit54f3008a1e65ff20fa51b0fc8e31bd29f07ca75f
treea2c3fca133801efb8575081c60fc9fcbacbb8285
parent6ee31a53a9f6f7a721a9849b76c873873482c49b
pretty-print: Add missing fileio.h include

LONG_LINE_MAX comes from fileio.h and is used in pretty-print.h so
pretty-print.h should include it.
src/shared/pretty-print.h