summaryrefslogtreecommitdiff
path: root/utils/w.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-26 04:16:38 +0000
committerRoland McGrath <roland@gnu.org>2001-02-26 04:16:38 +0000
commitf7a9538252e1d65e528e9e34c1e1a99b681116ab (patch)
tree782118b1d1bef2809eade33c72f4ec4c434f8ee6 /utils/w.c
parent84fa419b6902ff32c8cfc9bc10af857856d1a519 (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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/w.c b/utils/w.c
index 1ffbaaa9..ef6403aa 100644
--- a/utils/w.c
+++ b/utils/w.c
@@ -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>