diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 23:20:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 0e771263eed0b9bc364ce523765ea17dd1192841 (patch) | |
tree | 95c96ef7fd2d0c8e1d416c5eec817d3db055f5d0 /source3/libsmb/samlogon_cache.c | |
parent | 64422d973583a510e6ea2e655bf398ea85f445b5 (diff) | |
download | samba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.gz |
s3-includes: only include system/filesys.h when needed.
Guenther
Diffstat (limited to 'source3/libsmb/samlogon_cache.c')
-rw-r--r-- | source3/libsmb/samlogon_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/samlogon_cache.c b/source3/libsmb/samlogon_cache.c index f3ef9547b7b..facdbc7dc19 100644 --- a/source3/libsmb/samlogon_cache.c +++ b/source3/libsmb/samlogon_cache.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "librpc/gen_ndr/ndr_krb5pac.h" #include "../libcli/security/security.h" |