diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-27 13:16:53 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-27 13:16:53 +0300 |
commit | 6f2c706e5158ceffc2065148fc2d00ee57a324b9 (patch) | |
tree | ad79036cfc8842aa0deb9f6d131c0580810c6bb5 | |
parent | 9a3fac2bfc937473adb8cde594eb9b2b4891be7f (diff) | |
download | attr-6f2c706e5158ceffc2065148fc2d00ee57a324b9.tar.gz |
Include libgen.h (for basename)
-rw-r--r-- | setfattr/setfattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setfattr/setfattr.c b/setfattr/setfattr.c index 0a14cfa..4f5daa9 100644 --- a/setfattr/setfattr.c +++ b/setfattr/setfattr.c @@ -26,6 +26,7 @@ #include <getopt.h> #include <locale.h> #include <ctype.h> +#include <libgen.h> #include <attr/xattr.h> #include "config.h" |