diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-06-17 01:42:33 +0000 | 
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-06-17 01:42:33 +0000 | 
| commit | 8466ae90331446c30cd29d11ac03a58b334cd2d7 (patch) | |
| tree | 411a745142198c858c96faddc0ee4851ce65f9de /lib/libc/stdtime | |
| parent | 73cf72f56588dc081c005fe9080bbdb75b789f3a (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -rw-r--r-- | lib/libc/stdtime/time32.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/time32.c b/lib/libc/stdtime/time32.c index 9040fdce58b6..e852a4f279e4 100644 --- a/lib/libc/stdtime/time32.c +++ b/lib/libc/stdtime/time32.c @@ -15,7 +15,7 @@  __FBSDID("$FreeBSD$");  #include <sys/types.h> -#include <sys/time.h> +#include <timeconv.h>  /*   * Convert a 32 bit representation of time_t into time_t.  XXX needs to  | 
