From: Andrew Bartlett Date: Sat, 2 Jun 2012 11:05:34 +0000 (+1000) Subject: libreplace: Solaris needs system/dir.h for that xattr wrapper implementation X-Git-Tag: samba-4.0.0beta1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=901e2353858676cfc33f0e324a1e632099a38473;p=thirdparty%2Fsamba.git libreplace: Solaris needs system/dir.h for that xattr wrapper implementation --- diff --git a/lib/replace/xattr.c b/lib/replace/xattr.c index 95bea77ceea..c08ac3aeab4 100644 --- a/lib/replace/xattr.c +++ b/lib/replace/xattr.c @@ -25,6 +25,7 @@ #include "replace.h" #include "system/filesys.h" +#include "system/dir.h" /******** Solaris EA helper function prototypes ********/ #ifdef HAVE_ATTROPEN