diff options
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r-- | source4/libcli/auth/clikrb5.c | 1 | ||||
-rw-r--r-- | source4/libcli/auth/gensec_krb5.c | 1 | ||||
-rw-r--r-- | source4/libcli/auth/kerberos.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/libcli/auth/clikrb5.c b/source4/libcli/auth/clikrb5.c index 6f17bddfa0..82311e625b 100644 --- a/source4/libcli/auth/clikrb5.c +++ b/source4/libcli/auth/clikrb5.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/network.h" #include "system/kerberos.h" +#include "system/time.h" #ifdef HAVE_KRB5 diff --git a/source4/libcli/auth/gensec_krb5.c b/source4/libcli/auth/gensec_krb5.c index c3dd84135a..0af29d6087 100644 --- a/source4/libcli/auth/gensec_krb5.c +++ b/source4/libcli/auth/gensec_krb5.c @@ -25,6 +25,7 @@ #include "includes.h" #include "system/kerberos.h" +#include "system/time.h" #include "libcli/auth/kerberos.h" #include "librpc/gen_ndr/ndr_krb5pac.h" #include "auth/auth.h" diff --git a/source4/libcli/auth/kerberos.c b/source4/libcli/auth/kerberos.c index 06e89d4d33..d70444d5bc 100644 --- a/source4/libcli/auth/kerberos.c +++ b/source4/libcli/auth/kerberos.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/kerberos.h" +#include "system/time.h" #ifdef HAVE_KRB5 |