diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-07-08 20:13:07 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-07-08 20:13:07 +0000 |
| commit | db774d6099d00dab5039787f56faa7ad9939c489 (patch) | |
| tree | 70e13cfbc26dc01be7718aba6bb6fd00516c8f11 /usr.sbin/ac | |
| parent | 006559a2922d776f7369d216760237e07bc941df (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ac')
| -rw-r--r-- | usr.sbin/ac/ac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index e4dab9d2c927..322865adb21f 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -29,6 +29,7 @@ static const char rcsid[] = #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <timeconv.h> #include <unistd.h> #include <utmp.h> |
