diff options
Diffstat (limited to 'source4/kdc')
-rw-r--r-- | source4/kdc/hdb-ldb.c | 2 | ||||
-rw-r--r-- | source4/kdc/kdc.c | 3 | ||||
-rw-r--r-- | source4/kdc/pac-glue.c | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/source4/kdc/hdb-ldb.c b/source4/kdc/hdb-ldb.c index 5766a9acfa..742c067194 100644 --- a/source4/kdc/hdb-ldb.c +++ b/source4/kdc/hdb-ldb.c @@ -41,6 +41,8 @@ #include "system/iconv.h" #include "librpc/gen_ndr/netlogon.h" #include "auth/auth.h" +#include "auth/auth_sam.h" +#include "db_wrap.h" #include "dsdb/samdb/samdb.h" enum hdb_ldb_ent_type diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c index 8492d5a7eb..77ed9b6f15 100644 --- a/source4/kdc/kdc.c +++ b/source4/kdc/kdc.c @@ -25,6 +25,7 @@ #include "includes.h" #include "smbd/service_task.h" #include "smbd/service_stream.h" +#include "smbd/process_model.h" #include "lib/events/events.h" #include "lib/socket/socket.h" #include "kdc/kdc.h" @@ -32,8 +33,8 @@ #include "dlinklist.h" #include "lib/messaging/irpc.h" #include "lib/stream/packet.h" - #include "librpc/gen_ndr/samr.h" +#include "netif/netif.h" /* hold all the info needed to send a reply */ struct kdc_reply { diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index a9c12b8ee6..ca5f37fa79 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -28,6 +28,7 @@ #include "heimdal/lib/krb5/krb5_locl.h" #include "librpc/gen_ndr/krb5pac.h" #include "auth/auth.h" +#include "auth/auth_sam.h" /* Given the right private pointer from hdb_ldb, get a PAC from the attached ldb messages */ static krb5_error_code samba_get_pac(krb5_context context, |