Skip to content
Snippets Groups Projects
Commit e72bbdeb authored by Colin Walters's avatar Colin Walters
Browse files

fdio: Include <string.h> for basename

Most callers already included `string.h` which is why I didn't see
this earlier.
parent 19885b8a
Branches
Tags
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h>
#include <sys/xattr.h> #include <sys/xattr.h>
/* From systemd/src/shared/util.h */ /* From systemd/src/shared/util.h */
/* When we include libgen.h because we need dirname() we immediately /* When we include libgen.h because we need dirname() we immediately
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment