mcp251xfd: add missing libgen.h header

Needed for the basename() function under musl.
pull/325/head
Rosen Penev 2021-12-15 18:00:39 -08:00 committed by GitHub
parent a705182b28
commit 7dd714907b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <errno.h> #include <errno.h>
#include <getopt.h> #include <getopt.h>
#include <libgen.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>