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/libcli/auth/kerberos.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli/auth/kerberos.c') diff --git a/source4/libcli/auth/kerberos.c b/source4/libcli/auth/kerberos.c index 186da0fcf4..45838c6818 100644 --- a/source4/libcli/auth/kerberos.c +++ b/source4/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" -- cgit