From: Stephen Hemminger Date: Thu, 12 Dec 2024 19:21:56 +0000 (-0800) Subject: rdma: add missing header for basename X-Git-Tag: v6.13.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa3949b792e275f75d7d6200dc2036ef7fff8816;p=thirdparty%2Fiproute2.git rdma: add missing header for basename The function basename prototype is in libgen.h Fixes build on musl Signed-off-by: Stephen Hemminger --- diff --git a/rdma/rdma.h b/rdma/rdma.h index fb037bcf..fda0a45c 100644 --- a/rdma/rdma.h +++ b/rdma/rdma.h @@ -10,11 +10,12 @@ #include #include #include +#include +#include #include #include #include #include -#include #include #include "list.h"