mirror of
https://github.com/samba-team/samba.git
synced 2025-11-29 16:23:52 +03:00
r13566: Fix EA support for AIX.
Patch from Bjoern Jacke <bjacke-at-sernet-dot-de>. Guenther
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5e7efe304b
commit
69fb189a6b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user