From 901e2353858676cfc33f0e324a1e632099a38473 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 2 Jun 2012 21:05:34 +1000 Subject: libreplace: Solaris needs system/dir.h for that xattr wrapper implementation --- lib/replace/xattr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit