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
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include <dirent.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <sys/xattr.h>
/* From systemd/src/shared/util.h */
/* 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.
Finish editing this message first!
Please register or to comment