Commit 5dea9da38d9e657c10de099bce68c12fc38a39dc

Florian Weimer 2022-12-13T03:37:06

build: Improve C99 compatibility of __progname configure check The check uses printf, so it needs to include <stdio.h> for compilers which do not support implicit function declarations. (They were removed from C99.) Closes: !23 Signed-off-by: Guillem Jover <guillem@hadrons.org>