summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-02 21:05:34 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-02 14:03:44 +0200
commit901e2353858676cfc33f0e324a1e632099a38473 (patch)
treee2e4821bb39ac8f9c56f4381105b4e58e2398ec5
parent7ac47b074b83bf59cb9362d8ce4bcca16e49a96d (diff)
downloadsamba-901e2353858676cfc33f0e324a1e632099a38473.tar.gz
samba-901e2353858676cfc33f0e324a1e632099a38473.tar.bz2
samba-901e2353858676cfc33f0e324a1e632099a38473.zip
libreplace: Solaris needs system/dir.h for that xattr wrapper implementation
-rw-r--r--lib/replace/xattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/xattr.c b/lib/replace/xattr.c
index 95bea77cee..c08ac3aeab 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