diff options
Diffstat (limited to 'libps')
-rw-r--r-- | libps/user.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libps/user.c b/libps/user.c index 4af5014f..0b87ace3 100644 --- a/libps/user.c +++ b/libps/user.c @@ -1,8 +1,8 @@ /* The ps_user type, for per-user info. - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995,96,2001 Free Software Foundation, Inc. - Written by Miles Bader <miles@gnu.ai.mit.edu> + Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -21,6 +21,7 @@ #include <hurd.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <assert.h> #include "ps.h" |