diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-26 04:16:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-26 04:16:38 +0000 |
commit | f7a9538252e1d65e528e9e34c1e1a99b681116ab (patch) | |
tree | 782118b1d1bef2809eade33c72f4ec4c434f8ee6 /utils/w.c | |
parent | 84fa419b6902ff32c8cfc9bc10af857856d1a519 (diff) |
2001-02-25 Roland McGrath <roland@frob.com>
* storecat.c: Include <stdlib.h> for decls.
* w.c: Include <time.h> for decls.
Diffstat (limited to 'utils/w.c')
-rw-r--r-- | utils/w.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* Hurdish w - Copyright (C) 1995,96,97,98,99 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,99,2001 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.org> @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #include <paths.h> #include <ctype.h> |