diff options
author | Günther Deschner <gd@samba.org> | 2006-02-20 11:57:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:14 -0500 |
commit | 2cf38b62c5d0169385dd9ddc76d9619c14cbbf13 (patch) | |
tree | 83ddaa82080c8ee4391fd313349db146367402b1 /source3/include/includes.h | |
parent | 0d2f068fce1c98f4a1474cceb4ce74e0556a5fe2 (diff) | |
download | samba-2cf38b62c5d0169385dd9ddc76d9619c14cbbf13.tar.gz samba-2cf38b62c5d0169385dd9ddc76d9619c14cbbf13.tar.bz2 samba-2cf38b62c5d0169385dd9ddc76d9619c14cbbf13.zip |
r13566: Fix EA support for AIX.
Patch from Bjoern Jacke <bjacke-at-sernet-dot-de>.
Guenther
(This used to be commit 69fb189a6b9947069afebb15d6ee6f2f20d15171)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 7e519aadc1..0dbcb69286 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -498,6 +498,10 @@ #include <sys/xattr.h> #endif +#ifdef HAVE_SYS_EA_H +#include <sys/ea.h> +#endif + #ifdef HAVE_SYS_EXTATTR_H #include <sys/extattr.h> #endif |