diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 13:46:59 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 15:14:54 +0200 |
commit | b09b694dddfa4284b2c92d289694013e48b1e3f6 (patch) | |
tree | d62b8fb408688a48377ec069cb8df48e2574fcde /source3/modules | |
parent | 25b43d317f7e59002323c8804bea7a75623d3513 (diff) | |
download | samba-b09b694dddfa4284b2c92d289694013e48b1e3f6.tar.gz samba-b09b694dddfa4284b2c92d289694013e48b1e3f6.tar.xz samba-b09b694dddfa4284b2c92d289694013e48b1e3f6.zip |
s3-vfs_solarisacl: try to fix the solaris build.
Guenther
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_solarisacl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_solarisacl.c b/source3/modules/vfs_solarisacl.c index 04b8e4ebc45..71da04596ef 100644 --- a/source3/modules/vfs_solarisacl.c +++ b/source3/modules/vfs_solarisacl.c @@ -19,6 +19,7 @@ #include "includes.h" +#include "system/filesys.h" #include "smbd/smbd.h" |