rdma: add missing header for basename

The function basename prototype is in libgen.h
Fixes build on musl

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger
2024-12-12 11:21:56 -08:00
parent c8b3ecc22e
commit fa3949b792

View File

@@ -10,11 +10,12 @@
#include <string.h>
#include <errno.h>
#include <getopt.h>
#include <time.h>
#include <libgen.h>
#include <netinet/in.h>
#include <libmnl/libmnl.h>
#include <rdma/rdma_netlink.h>
#include <rdma/rdma_user_cm.h>
#include <time.h>
#include <net/if_arp.h>
#include "list.h"