Skip to content

Commit ac48189

Browse files
dneigaw
authored andcommitted
plugins/netapp: add include of libgen.h for basename(3) prototype
Fixes build with musl libc. Signed-off-by: Daniel Néri <[email protected]>
1 parent 9444ce0 commit ac48189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/netapp/netapp-nvme.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <unistd.h>
2323
#include <errno.h>
2424
#include <string.h>
25+
#include <libgen.h>
2526

2627
#include "common.h"
2728
#include "nvme.h"

0 commit comments

Comments
 (0)