From 4176d39a4d5cd0af347e83074c314da5cadfab91 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Thu, 18 May 2017 07:50:58 +0200 Subject: [PATCH] Prep v229: Use parse-printf-format.h if configure did not find printf.h --- src/basic/stdio-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/stdio-util.h b/src/basic/stdio-util.h index c15c92319..60cf86a53 100644 --- a/src/basic/stdio-util.h +++ b/src/basic/stdio-util.h @@ -19,7 +19,7 @@ along with systemd; If not, see . ***/ -#ifdef __GLIBC__ +#if defined(__GLIBC__) && defined(HAVE_PRINTF_H) #include #else #include "parse-printf-format.h" -- 2.30.2