fdio: Include <string.h> for basename

Most callers already included `string.h` which is why I didn't see
this earlier.
This commit is contained in:
Colin Walters
2015-04-07 12:34:30 -04:00
parent 19885b8a20
commit e72bbdebb0

View File

@@ -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