1
0
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:
Günther Deschner
2006-02-20 11:57:47 +00:00
committed by Gerald (Jerry) Carter
parent 5e7efe304b
commit 69fb189a6b
3 changed files with 33 additions and 1 deletions

View File

@@ -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