systemd: don't include <printf.h>

It doesn't exist on alpine/musl.
This commit is contained in:
Thomas Haller
2020-12-10 21:47:02 +01:00
parent d828f5b021
commit 4cf41a43fd

View File

@@ -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>