diff options
Diffstat (limited to 'extra/zsh/xattr-include.patch')
-rw-r--r-- | extra/zsh/xattr-include.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/zsh/xattr-include.patch b/extra/zsh/xattr-include.patch new file mode 100644 index 000000000..0c13a95db --- /dev/null +++ b/extra/zsh/xattr-include.patch @@ -0,0 +1,16 @@ +--- Src/Modules/attr.c 2013-11-27 20:00:20.000000000 +0100 ++++ Src/Modules/attr.c 2014-01-06 11:55:38.550079342 +0100 +@@ -27,11 +27,12 @@ + * + */ + ++#include <sys/xattr.h> ++ + #include "attr.mdh" + #include "attr.pro" + + #include <sys/types.h> +-#include <sys/xattr.h> + + static ssize_t + xgetxattr(const char *path, const char *name, void *value, size_t size, int symlink) |