mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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.
This commit is contained in:
committed by
Yu Watanabe
parent
6ee31a53a9
commit
54f3008a1e
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "ansi-color.h"
|
||||
#include "assert-util.h"
|
||||
#include "fileio.h"
|
||||
#include "glyph-util.h"
|
||||
#include "terminal-util.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user