File tree Expand file tree Collapse file tree 7 files changed +6
-1
lines changed Expand file tree Collapse file tree 7 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: LGPL-2.1-or-later */
22
33#include "format-ifname.h"
4+ #include "stdio-util.h"
45#include "string-util.h"
56
67assert_cc (STRLEN ("%" ) + DECIMAL_STR_MAX (int ) <= IF_NAMESIZE );
Original file line number Diff line number Diff line change 88#include <syslog.h>
99
1010#include "macro.h"
11- #include "stdio-util.h"
1211
1312/* Some structures we reference but don't want to pull in headers for */
1413struct iovec ;
Original file line number Diff line number Diff line change 44#include "macro.h"
55#include "unaligned.h"
66#include "socket-netlink.h"
7+ #include "stdio-util.h"
78#include "string-table.h"
89#include "string-util.h"
910#include "strv.h"
Original file line number Diff line number Diff line change 2626#include "networkctl-status-link.h"
2727#include "networkctl-status-system.h"
2828#include "networkctl-util.h"
29+ #include "stdio-util.h"
2930#include "strv.h"
3031#include "udev-util.h"
3132
Original file line number Diff line number Diff line change 66#include "ansi-color.h"
77#include "networkctl.h"
88#include "networkctl-util.h"
9+ #include "stdio-util.h"
910#include "strv.h"
1011#include "varlink-util.h"
1112
Original file line number Diff line number Diff line change 55#include "coredump-util.h"
66#include "extract-word.h"
77#include "fileio.h"
8+ #include "stdio-util.h"
89#include "string-table.h"
910#include "unaligned.h"
1011#include "virt.h"
Original file line number Diff line number Diff line change 1414#include "rlimit-util.h"
1515#include "signal-util.h"
1616#include "static-destruct.h"
17+ #include "stdio-util.h"
1718#include "strv.h"
1819
1920static inline void log_set_assert_return_is_criticalp (bool * p ) {
You can’t perform that action at this time.
0 commit comments