diff --git a/src/sys/include/sys/tss.h b/src/sys/include/sys/tss.h index c0fcee6..f9a3e1a 100644 --- a/src/sys/include/sys/tss.h +++ b/src/sys/include/sys/tss.h @@ -30,6 +30,8 @@ #ifndef _TSS_H #define _TSS_H +#include + struct tssStruct { short back_link; short back_link_reserved; @@ -109,6 +111,9 @@ /*** $Log$ + Revision 1.5 2004/07/27 07:40:41 reddawg + does it compile now? + Revision 1.4 2004/07/27 07:27:50 reddawg chg: I was fooled thought we failed but it was a casting issue