summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/ps/keyword.c3
-rw-r--r--bin/ps/print.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 23b5b2b..6d118b6 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 e64a6b0..780e574 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
OpenPOWER on IntegriCloud