mcp251xfd: add missing libgen.h header

Needed for the basename() function under musl.
This commit is contained in:
Rosen Penev
2021-12-15 18:00:39 -08:00
committed by GitHub
parent a705182b28
commit 7dd714907b
+1
View File
@@ -8,6 +8,7 @@
#include <errno.h>
#include <getopt.h>
#include <libgen.h>
#include <stdlib.h>
#include <string.h>