summaryrefslogtreecommitdiff
path: root/libps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-26 04:15:13 +0000
committerRoland McGrath <roland@gnu.org>2001-02-26 04:15:13 +0000
commitafd1941d02b85e5b03443acf1c9632ba25ad439b (patch)
treecc057589a3e2badfa9a3edd5be70d2bbf428e9fa /libps
parent1041a8367ed98ceed0d722a1ce00adff7a99f712 (diff)
2001-02-25 Roland McGrath <roland@frob.com>
* user.c: Include <string.h> for decls of built-ins.
Diffstat (limited to 'libps')
-rw-r--r--libps/user.c5
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"