From c8ca613e935b44488435a269957a68b48d2af90f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 11 Feb 2005 10:15:56 +0000 Subject: 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 (This used to be commit 34b1da730304bed7fee5bae7cbde7fbccecb6af5) --- source4/lib/ldb/tools/ldbtest.c | 1 + source4/lib/tdb/tools/tdbtest.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/ldb/tools/ldbtest.c b/source4/lib/ldb/tools/ldbtest.c index 67630d4458..a166447aae 100644 --- a/source4/lib/ldb/tools/ldbtest.c +++ b/source4/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/source4/lib/tdb/tools/tdbtest.c b/source4/lib/tdb/tools/tdbtest.c index e55d08f840..4f7f7faafc 100644 --- a/source4/lib/tdb/tools/tdbtest.c +++ b/source4/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 -- cgit