diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-10-02 08:34:47 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-10-02 08:34:47 +0000 |
| commit | eb1c3392d7580a88f75d38eaf013d6a16f2179d3 (patch) | |
| tree | 477bdcabe1329ab97571f1f313a8597659b041c8 | |
| parent | 8b6f5f5f9ff0be54b48eed8dc4dad8c3cc9110e4 (diff) | |
Notes
| -rw-r--r-- | sys/sys/proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 541ef9581657..a171b579e572 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.8 (Berkeley) 1/21/94 - * $Id: proc.h,v 1.8 1994/09/01 05:12:52 davidg Exp $ + * $Id: proc.h,v 1.9 1994/10/02 04:45:58 davidg Exp $ */ #ifndef _SYS_PROC_H_ @@ -44,6 +44,7 @@ #include <machine/proc.h> /* Machine-dependent proc substruct. */ #include <sys/select.h> /* For struct selinfo. */ +#include <sys/rtprio.h> /* For struct rtprio. */ /* * One structure allocated per session. |
