From f9f8007361583c1d38be7e15eeae6b58a09614b3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 28 May 2010 02:19:32 +0200 Subject: s3-build: only use ndr_security.h where needed. Guenther --- source3/libsmb/cliquota.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb') diff --git a/source3/libsmb/cliquota.c b/source3/libsmb/cliquota.c index 3cd4edf165..6642cf0f93 100644 --- a/source3/libsmb/cliquota.c +++ b/source3/libsmb/cliquota.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../librpc/gen_ndr/ndr_security.h" NTSTATUS cli_get_quota_handle(struct cli_state *cli, uint16_t *quota_fnum) { -- cgit