diff options
author | Günther Deschner <gd@samba.org> | 2011-03-31 00:08:19 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-31 00:14:01 +0200 |
commit | e54f292a4f4e9ea9726479333883d63035efc8d4 (patch) | |
tree | ae0966ad10b6e8706160fed65b95f6107fa65949 /source3/winbindd | |
parent | a730dff78318a0bfe8c6b2b8a2cefed63cc586e8 (diff) | |
download | samba-e54f292a4f4e9ea9726479333883d63035efc8d4.tar.gz samba-e54f292a4f4e9ea9726479333883d63035efc8d4.tar.bz2 samba-e54f292a4f4e9ea9726479333883d63035efc8d4.zip |
s3-idmap: fix the build of idmap_hash on FreeBSD.
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_hash/mapfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_hash/mapfile.c b/source3/winbindd/idmap_hash/mapfile.c index 199dded87f..2828059093 100644 --- a/source3/winbindd/idmap_hash/mapfile.c +++ b/source3/winbindd/idmap_hash/mapfile.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "winbindd/winbindd.h" #include "idmap.h" #include "idmap_hash.h" |