1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-16 11:33:16 +03:00

s3-auth: rpc_server needs auth.h

Guenther
This commit is contained in:
Günther Deschner
2011-03-24 12:08:15 +01:00
parent 7e73214ebf
commit 146c1aac99
24 changed files with 26 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include "includes.h"
#include "../librpc/gen_ndr/ndr_lsa.h"
#include "../librpc/gen_ndr/ndr_samr.h"
#include "auth.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_RPC_SRV