From ccd4af271f73e88abd6899a347f9ce5af69c1f1c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Aug 2010 15:03:00 +0200 Subject: s3: remove global include of samr.h Guenther --- source3/auth/auth_unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/auth') diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c index c94ec2f1e0..053cad9707 100644 --- a/source3/auth/auth_unix.c +++ b/source3/auth/auth_unix.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../librpc/gen_ndr/samr.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH -- cgit