s4:winbind Fix up includes after seperation of idmap.idl from winbind.idl
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 00:52:18 +0000 (10:52 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 May 2010 13:08:57 +0000 (23:08 +1000)
source4/winbind/idmap.h
source4/winbind/wb_pam_auth.c
source4/winbind/wb_sam_logon.c

index 7429466bed6208578c83cf9376c85798d040e889..4a4bd4acebdd78f6b29d9b0bdf446cf80c13ae94 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef _IDMAP_H_
 #define _IDMAP_H_
 
-#include "librpc/gen_ndr/winbind.h"
+#include "librpc/gen_ndr/idmap.h"
 
 struct idmap_context {
        struct loadparm_context *lp_ctx;
index 9346cd5c384c102dafeb2a04b28ab7c00c347bab..0c33f1cf8bedadeda18880a093572e5913b856c1 100644 (file)
@@ -27,6 +27,7 @@
 #include "auth/credentials/credentials.h"
 #include "libcli/auth/libcli_auth.h"
 #include "librpc/gen_ndr/ndr_netlogon.h"
+#include "librpc/gen_ndr/winbind.h"
 #include "param/param.h"
 
 /* Oh, there is so much to keep an eye on when authenticating a user.  Oh my! */
index d12a7f1b1fb6229eba5356c2f71fb7fb94e6e189..028871a21b82207abb8c3a8c6ffc0f22dc47ca37 100644 (file)
@@ -28,6 +28,7 @@
 #include "auth/credentials/credentials.h"
 #include "libcli/auth/libcli_auth.h"
 #include "librpc/gen_ndr/ndr_netlogon_c.h"
+#include "librpc/gen_ndr/winbind.h"
 
 struct wb_sam_logon_state {
        struct composite_context *ctx;