chiark / gitweb /
Merge pull request #22 from elogind/dev_v232
[elogind.git] / src / basic / stdio-util.h
index bd1144b4c9f5610b608fcf7078a3e31cf9673306..3e0ea04f6448344129fb25c86b88dae714fea2d5 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#if 0 /// elogind is musl-libc compatible and does not directly include printf.h
 #include <printf.h>
+#else
+#include "parse-printf-format.h"
+#endif // 0
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>