diff options
author | Günther Deschner <gd@samba.org> | 2008-10-20 19:21:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-20 19:47:00 +0200 |
commit | 4b59ecb90319e6e574ff7444015078bac7da631a (patch) | |
tree | da737ea60a59ca67e5dd57393369686bc11adce4 /source3/libsmb | |
parent | c3f3271b82f22c8bfe36ed498b668ae4bf9d9a80 (diff) | |
download | samba-4b59ecb90319e6e574ff7444015078bac7da631a.tar.gz samba-4b59ecb90319e6e574ff7444015078bac7da631a.tar.bz2 samba-4b59ecb90319e6e574ff7444015078bac7da631a.zip |
s3-build: no need to duplicate generated ndr_ prototypes.
Guenther
Diffstat (limited to 'source3/libsmb')
-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 af4986fa9d..7af93cf2e0 100644 --- a/source3/libsmb/samlogon_cache.c +++ b/source3/libsmb/samlogon_cache.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "librpc/gen_ndr/ndr_krb5pac.h" #define NETSAMLOGON_TDB "netsamlogon_cache.tdb" |