s4: add some missing header dependencies.
authorGünther Deschner <gd@samba.org>
Thu, 3 Nov 2011 13:07:09 +0000 (14:07 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 3 Nov 2011 17:35:08 +0000 (18:35 +0100)
Guenther

librpc/idl/schannel.idl
source4/client/client.c

index 820e230a4b5be8648f6cb3dbf2e99aca4beced48..ed64f0a69473550b0a908667dd92a3b308bc6742 100644 (file)
@@ -4,7 +4,7 @@
   schannel structures
 */
 
-import "netlogon.idl", "nbt.idl";
+import "netlogon.idl", "nbt.idl", "misc.idl", "security.idl";
 
 [
        pointer_default(unique),
index c30d17d3eb32ee733acd070f14638c58205f271e..57686bb7baf709444785c60271396df3575778fd 100644 (file)
@@ -35,6 +35,8 @@
 #include "lib/events/events.h"
 #include "lib/cmdline/popt_common.h"
 #include "librpc/gen_ndr/ndr_srvsvc_c.h"
+#include "librpc/gen_ndr/ndr_lsa.h"
+#include "librpc/gen_ndr/ndr_security.h"
 #include "libcli/util/clilsa.h"
 #include "system/dir.h"
 #include "system/filesys.h"