Skip to content

meson.build: fix -Wimplicit-function-declaration in configure tests for printf

Sam James requested to merge thesamesam/accountsservice:configure-implicit into main

<stdio.h> needs to be included for printf. Newer compilers like Clang 16 make implicit function declarations an error by default which can cause misleading or incorrect configure test results.

Signed-off-by: Sam James sam@gentoo.org

Merge request reports