mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-29 04:10:31 +01:00
systemd: don't include <printf.h>
It doesn't exist on alpine/musl.
This commit is contained in:
parent
d828f5b021
commit
4cf41a43fd
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
/* SPDX-License-Identifier: LGPL-2.1+ */
|
||||
#pragma once
|
||||
|
||||
#if 0 /* NM_IGNORED */
|
||||
#include <printf.h>
|
||||
#endif /* NM_IGNORED */
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue