systemd: don't include <printf.h>
It doesn't exist on alpine/musl.
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
/* SPDX-License-Identifier: LGPL-2.1+ */
|
/* SPDX-License-Identifier: LGPL-2.1+ */
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#if 0 /* NM_IGNORED */
|
||||||
#include <printf.h>
|
#include <printf.h>
|
||||||
|
#endif /* NM_IGNORED */
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Reference in New Issue
Block a user