diff options
-rw-r--r-- | source3/auth/auth_unix.c | 1 | ||||
-rw-r--r-- | source3/include/smb.h | 1 |
2 files changed, 1 insertions, 1 deletions
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 diff --git a/source3/include/smb.h b/source3/include/smb.h index f04942eeff..2eb13d423e 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -178,7 +178,6 @@ typedef union unid_t { #include "librpc/gen_ndr/idmap.h" #include "librpc/gen_ndr/epmapper.h" -#include "librpc/gen_ndr/samr.h" #include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/dcerpc.h" |