linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.49k stars 660 forks source link

plugins/netapp: add include of libgen.h for basename(3) prototype #2561

Closed dne closed 1 week ago

dne commented 1 week ago

Fixes build with musl libc.

igaw commented 1 week ago

I'll see that we get a musl build setup in our workflows. We should catch such things earlier. Thanks!