diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-27 11:39:35 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-27 11:39:35 +0300 |
commit | 9a3fac2bfc937473adb8cde594eb9b2b4891be7f (patch) | |
tree | 55c979771150d11e7c1e7c2816530890fd48caed | |
parent | 95e3719bebc98fa9b76b551f924972c4a08a5d42 (diff) | |
download | attr-9a3fac2bfc937473adb8cde594eb9b2b4891be7f.tar.gz |
Added missed headers
-rw-r--r-- | attr/attr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/attr/attr.c b/attr/attr.c index e4a8272..edf650c 100644 --- a/attr/attr.c +++ b/attr/attr.c @@ -26,6 +26,8 @@ #include <errno.h> #include <string.h> #include <locale.h> +#include <libgen.h> +#include <strings.h> #include <attr/attributes.h> #include "config.h" |