diff options
author | dg <dg@FreeBSD.org> | 1994-10-02 08:34:47 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-10-02 08:34:47 +0000 |
commit | 259f1c25dfdd981864a22d41166206c21cf0f70d (patch) | |
tree | 477bdcabe1329ab97571f1f313a8597659b041c8 | |
parent | 021853ab4428c26fc16a157ad5ca41e6db85448b (diff) | |
download | FreeBSD-src-259f1c25dfdd981864a22d41166206c21cf0f70d.zip FreeBSD-src-259f1c25dfdd981864a22d41166206c21cf0f70d.tar.gz |
Include rtprio.h for struct rtprio.
-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 541ef95..a171b57 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. |