[PATCH] passt.c: explicitly include libgen.h for basename
fixes implicit declaration warning on musl
Signed-off-by: lemmi
On Sat, May 11, 2024 at 05:45:42PM +0200, lemmi wrote:
fixes implicit declaration warning on musl
Signed-off-by: lemmi
Reviewed-by: David Gibson
--- passt.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/passt.c b/passt.c index e93b6be..771b8a7 100644 --- a/passt.c +++ b/passt.c @@ -35,6 +35,7 @@ #include
#include #include +#include #ifdef HAS_GETRANDOM #include #endif
-- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson
On Sat, 11 May 2024 17:45:42 +0200
lemmi
fixes implicit declaration warning on musl
Signed-off-by: lemmi
Applied, thanks, and notified Chimera Linux maintainers that they can drop their patch too: https://github.com/chimera-linux/cports/blob/master/contrib/passt/patches/ba... at the next release. -- Stefano
participants (3)
-
David Gibson
-
lemmi
-
Stefano Brivio