From 793ced0e91d0aa37e1430ac178f6ea8c7157f80c Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sun, 2 Oct 1994 08:19:13 +0000 Subject: [PATCH] Include rtprio.h --- bin/ps/keyword.c | 3 ++- bin/ps/nlist.c | 3 ++- bin/ps/print.c | 3 ++- bin/ps/ps.c | 5 +++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index e0c5032d3544..30dfc56d53b3 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$ + * $Id: keyword.c,v 1.3 1994/09/24 02:56:43 davidg Exp $ */ #ifndef lint @@ -40,6 +40,7 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #include #include #include +#include #include #include diff --git a/bin/ps/nlist.c b/bin/ps/nlist.c index 145536e4a335..d33c8e77f675 100644 --- a/bin/ps/nlist.c +++ b/bin/ps/nlist.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: nlist.c,v 1.2 1994/09/24 02:56:44 davidg Exp $ */ #ifndef lint @@ -39,6 +39,7 @@ static char sccsid[] = "@(#)nlist.c 8.4 (Berkeley) 4/2/94"; #include #include +#include #include #include diff --git a/bin/ps/print.c b/bin/ps/print.c index 073bc0e28c14..e4c1c85e82a8 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$ + * $Id: print.c,v 1.2 1994/09/24 02:56:45 davidg Exp $ */ #ifndef lint @@ -40,6 +40,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #include #include #include +#include #include #include diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 6bb03aaa6e6c..c52dd0a04e98 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ps.c,v 1.2 1994/09/24 02:56:47 davidg Exp $ */ #ifndef lint @@ -44,10 +44,11 @@ static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #include -#include #include #include +#include #include +#include #include #include #include