diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-28 20:11:18 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-28 20:11:18 +0000 |
| commit | 8b9b0e39a75a4e5a037baa4a8bafd9579ff90aa3 (patch) | |
| tree | c7d9dae2927759c2ec2ff9f812203e461a3a66c8 /bin | |
| parent | febbdcfd7bb8818406bbb560ffdcd6c78befed3e (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/keyword.c | 3 | ||||
| -rw-r--r-- | bin/ps/print.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 23b5b2b6fe63..6d118b611fdc 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: keyword.c,v 1.6 1995/09/04 01:22:40 peter Exp $ + * $Id: keyword.c,v 1.7 1995/09/26 17:48:58 peter Exp $ */ #ifndef lint @@ -57,6 +57,7 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #ifdef NEWVM #include <sys/ucred.h> +#include <sys/user.h> #include <sys/sysctl.h> #endif diff --git a/bin/ps/print.c b/bin/ps/print.c index e64a6b0c523a..780e574c3a24 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: print.c,v 1.9 1995/09/04 01:22:41 peter Exp $ + * $Id: print.c,v 1.10 1995/09/26 17:48:59 peter Exp $ */ #ifndef lint @@ -49,6 +49,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #ifdef NEWVM #include <sys/ucred.h> +#include <sys/user.h> #include <sys/sysctl.h> #include <vm/vm.h> #else |
