summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-01-27 13:16:53 +0300
committerIgor Pashev <pashev.igor@gmail.com>2012-01-27 13:16:53 +0300
commit6f2c706e5158ceffc2065148fc2d00ee57a324b9 (patch)
treead79036cfc8842aa0deb9f6d131c0580810c6bb5
parent9a3fac2bfc937473adb8cde594eb9b2b4891be7f (diff)
downloadattr-6f2c706e5158ceffc2065148fc2d00ee57a324b9.tar.gz
Include libgen.h (for basename)
-rw-r--r--setfattr/setfattr.c1
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"