From 3798cf8a706303334c0aa72fbc363137c08cdf8b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 25 Feb 2002 12:02:03 +0000 Subject: [PATCH] #include for the definition of time functions instead of depending on namespace pollution 2 layers deep in . Sorted includes. --- lib/libutil/logwtmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index 9f12870f8803..ac407ea4db18 100644 --- a/lib/libutil/logwtmp.c +++ b/lib/libutil/logwtmp.c @@ -41,14 +41,15 @@ static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -#include #include +#include #include #include #include #include #include +#include #include #include