From 4b59ecb90319e6e574ff7444015078bac7da631a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Oct 2008 19:21:10 +0200 Subject: s3-build: no need to duplicate generated ndr_ prototypes. Guenther --- source3/libsmb/samlogon_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb') 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" -- cgit