summaryrefslogtreecommitdiffstats
path: root/bin/ps/print.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-02 08:19:13 +0000
committerdg <dg@FreeBSD.org>1994-10-02 08:19:13 +0000
commit3c9bd5de76c2af40d27f0737c57ec9c4a5724f8a (patch)
treec34cacc71c5723d5fbe1fa30d5c930f052eb2100 /bin/ps/print.c
parentc2769e77feb3ada2c7d45ba2e55858f946ea006d (diff)
downloadFreeBSD-src-3c9bd5de76c2af40d27f0737c57ec9c4a5724f8a.zip
FreeBSD-src-3c9bd5de76c2af40d27f0737c57ec9c4a5724f8a.tar.gz
Include rtprio.h
Diffstat (limited to 'bin/ps/print.c')
-rw-r--r--bin/ps/print.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c
index 073bc0e..e4c1c85 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 <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
+#include <sys/rtprio.h>
#include <sys/proc.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud