diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 23b5b2b6fe6..6d118b611fd 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 +#include #include #endif diff --git a/bin/ps/print.c b/bin/ps/print.c index e64a6b0c523..780e574c3a2 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 +#include #include #include #else