diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-08-07 18:15:01 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-08-07 18:16:29 +0200 |
commit | 6598d6dc41743b5390c803097eea27f951efa531 (patch) | |
tree | 7e16a9dd7b0674c9c659ab4cea8f911108979aea /source4 | |
parent | 72fd7fb49dac33bf4fd91bf1d8795f62b5a9fb82 (diff) | |
download | samba-6598d6dc41743b5390c803097eea27f951efa531.tar.gz samba-6598d6dc41743b5390c803097eea27f951efa531.tar.bz2 samba-6598d6dc41743b5390c803097eea27f951efa531.zip |
s4:rpc_server/lsa: better include a .h file don't include a .c file
This fixes the build with --nonshared-binary=smbtorture,
as use by the source3/ make test.
metze
Diffstat (limited to 'source4')
-rw-r--r-- | source4/rpc_server/lsa/dcesrv_lsa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/rpc_server/lsa/dcesrv_lsa.c b/source4/rpc_server/lsa/dcesrv_lsa.c index 7c7bdfdc1e..0a94a87480 100644 --- a/source4/rpc_server/lsa/dcesrv_lsa.c +++ b/source4/rpc_server/lsa/dcesrv_lsa.c @@ -27,8 +27,9 @@ #include "auth/kerberos/kerberos.h" #include "librpc/gen_ndr/ndr_drsblobs.h" #include "librpc/gen_ndr/ndr_lsa.h" +#include "../lib/crypto/crypto.h" #include "lib/util/tsort.h" -#include "dsdb/common/util.c" +#include "dsdb/common/util.h" /* this type allows us to distinguish handle types |