From f7a9538252e1d65e528e9e34c1e1a99b681116ab Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Feb 2001 04:16:38 +0000 Subject: 2001-02-25 Roland McGrath * storecat.c: Include for decls. * w.c: Include for decls. --- utils/storecat.c | 7 ++++--- utils/w.c | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/utils/storecat.c b/utils/storecat.c index f01c12c1..78280a21 100644 --- a/utils/storecat.c +++ b/utils/storecat.c @@ -1,7 +1,7 @@ /* Write a store to stdout - Copyright (C) 1996, 1997 Free Software Foundation, Inc. - Written by Miles Bader + Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. + Written by Miles Bader This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or @@ -19,6 +19,7 @@ 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ #include +#include #include #include @@ -54,7 +55,7 @@ main (int argc, char **argv) char buf[4096]; void *data = buf; size_t data_len = sizeof (buf); - + err = store_read (s, addr, read, &data, &data_len); if (err) error (5, err, "%s", name); 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 @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3