mcp251xfd: add missing libgen.h header
Needed for the basename() function under musl.pull/325/head
parent
a705182b28
commit
7dd714907b
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <libgen.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue