summaryrefslogtreecommitdiff
path: root/source4/libcli/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-11-04 02:49:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:28 -0500
commit37baa01e75f7ff92e9fb280e9ef3e0359c2d8553 (patch)
tree1d1dce3fd8e050e0399a6a174e4bb19f573df0d8 /source4/libcli/auth
parenta9c00f35f9d7d59b36c286abb2e72613b32ba775 (diff)
downloadsamba-37baa01e75f7ff92e9fb280e9ef3e0359c2d8553.tar.gz
samba-37baa01e75f7ff92e9fb280e9ef3e0359c2d8553.tar.bz2
samba-37baa01e75f7ff92e9fb280e9ef3e0359c2d8553.zip
r3519: Include time headers to fix the build.
Andrew Bartlett (This used to be commit d13e2aa89e72c63e552f1b24547abe6fc319ee61)
Diffstat (limited to 'source4/libcli/auth')
-rw-r--r--source4/libcli/auth/clikrb5.c1
-rw-r--r--source4/libcli/auth/gensec_krb5.c1
-rw-r--r--source4/libcli/auth/kerberos.c1
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