From e89f04538eb55767c3ba4f56041ad95e69258ead Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 25 Feb 2002 12:02:03 +0000 Subject: #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(-) (limited to 'lib/libutil/logwtmp.c') diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index 9f12870..ac407ea 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 -- cgit v1.1