Skip to content

Commit

Permalink
plugins/netapp: add include of libgen.h for basename(3) prototype
Browse files Browse the repository at this point in the history
Fixes build with musl libc.

Signed-off-by: Daniel Néri <[email protected]>
  • Loading branch information
dne authored and igaw committed Nov 12, 2024
1 parent 9444ce0 commit ac48189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/netapp/netapp-nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <libgen.h>

#include "common.h"
#include "nvme.h"
Expand Down

0 comments on commit ac48189

Please sign in to comment.