From 34b1da730304bed7fee5bae7cbde7fbccecb6af5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 11 Feb 2005 10:15:56 +0000 Subject: [PATCH] r5330: Remove #include from includes.h. Add #include "system/time.h" back (it was removed in some of these places because the definitions were provided by on tridge's platform.) Andrew Bartlett --- source/include/includes.h | 1 - source/lib/ldb/tools/ldbtest.c | 1 + source/lib/tdb/tools/tdbtest.c | 1 + source/libcli/auth/clikrb5.c | 1 + source/libcli/auth/gensec_krb5.c | 1 + source/libcli/auth/kerberos.c | 1 + 6 files changed, 5 insertions(+), 1 deletion(-) diff --git a/source/include/includes.h b/source/include/includes.h index 2e04e365ebe..8675ad0ba6e 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -51,7 +51,6 @@ #include #include #include -#include #ifdef HAVE_STDINT_H #include diff --git a/source/lib/ldb/tools/ldbtest.c b/source/lib/ldb/tools/ldbtest.c index 67630d44583..a166447aae0 100644 --- a/source/lib/ldb/tools/ldbtest.c +++ b/source/lib/ldb/tools/ldbtest.c @@ -38,6 +38,7 @@ #ifdef _SAMBA_BUILD_ #include "system/filesys.h" +#include "system/time.h" #endif static const char *ldb_url; diff --git a/source/lib/tdb/tools/tdbtest.c b/source/lib/tdb/tools/tdbtest.c index e55d08f8405..4f7f7faafc8 100644 --- a/source/lib/tdb/tools/tdbtest.c +++ b/source/lib/tdb/tools/tdbtest.c @@ -17,6 +17,7 @@ #include "includes.h" #include "system/filesys.h" +#include "system/time.h" #include "lib/tdb/include/tdb.h" #endif diff --git a/source/libcli/auth/clikrb5.c b/source/libcli/auth/clikrb5.c index f2536663f4b..5a196db7a54 100644 --- a/source/libcli/auth/clikrb5.c +++ b/source/libcli/auth/clikrb5.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/network.h" #include "system/kerberos.h" +#include "system/time.h" #include "libcli/auth/kerberos.h" #ifdef HAVE_KRB5 diff --git a/source/libcli/auth/gensec_krb5.c b/source/libcli/auth/gensec_krb5.c index 1fc33d36448..a0c2a77f4b2 100644 --- a/source/libcli/auth/gensec_krb5.c +++ b/source/libcli/auth/gensec_krb5.c @@ -26,6 +26,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/source/libcli/auth/kerberos.c b/source/libcli/auth/kerberos.c index 186da0fcf4e..45838c68182 100644 --- a/source/libcli/auth/kerberos.c +++ b/source/libcli/auth/kerberos.c @@ -23,6 +23,7 @@ #include "includes.h" #include "system/kerberos.h" +#include "system/time.h" #include "libcli/auth/kerberos.h" #include "secrets.h" #include "pstring.h"