]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: Add missing.h include
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 11 Jun 2024 13:09:19 +0000 (08:09 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 11 Jun 2024 13:15:36 +0000 (08:15 -0500)
commit8837461494761d58be579641f20cc043274adddf
treee0d85a190b3d434f7270a4e900441c636e46b387
parent22c36b7dac45e75efc373e17e08a9cd4dc7dc41c
testsuite: Add missing.h include

basename() moved to missing.h when the libc doesn't provide it, but
testsuite is not including it. Add missing include.

Fixes: 11eb9bc67c31 ("Use portable implementation for basename API")
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/testsuite.c