From 44f2d34bd3551ec2a921e450c31a887559cf8809 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 30 Jun 2005 08:26:58 +0000 Subject: r8013: Remember to add the header containing the prototype for the pac generating function... Andrew Bartlett (This used to be commit 707cf5fba8e5652043d392d3ee77d042eb9c3a90) --- source4/kdc/pac-glue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/kdc/pac-glue.c') diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index 9bfd0d3616..52685083bd 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -23,6 +23,7 @@ #include "includes.h" #include "kdc/kdc.h" +#include "kdc/pac-glue.h" /* Ensure we don't get this prototype wrong, as that could be painful */ krb5_error_code samba_get_pac(krb5_context context, struct krb5_kdc_configuration *config, -- cgit