Merge pull request #325 from neheb/patch-1

mcp251xfd: add missing libgen.h header
pull/328/head
Marc Kleine-Budde 2021-12-16 10:05:09 +01:00 committed by GitHub
commit 6bd7ced052
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 <getopt.h>
#include <libgen.h>
#include <stdlib.h>
#include <string.h>