From 0fce088cee476b60600f71d63c094206c3ea2b2c Mon Sep 17 00:00:00 2001 From: wollman Date: Mon, 17 Jun 2002 01:42:33 +0000 Subject: Move dillon's time conversion functions to a new header . Since they were never documented and have never appeared in a FreeBSD release, no repo-copy of the header is done. This removes namespace pollution from . --- lib/libc/stdtime/time32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdtime/time32.c') diff --git a/lib/libc/stdtime/time32.c b/lib/libc/stdtime/time32.c index 9040fdc..e852a4f 100644 --- a/lib/libc/stdtime/time32.c +++ b/lib/libc/stdtime/time32.c @@ -15,7 +15,7 @@ __FBSDID("$FreeBSD$"); #include -#include +#include /* * Convert a 32 bit representation of time_t into time_t. XXX needs to -- cgit v1.1