From 858bd7243d49b700e6390a02dd885199607ea80f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 7 May 2007 23:02:07 +0000 Subject: [PATCH] Fix warning. --- src/userprog/tss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/userprog/tss.c b/src/userprog/tss.c index 569e8d1..709dd3a 100644 --- a/src/userprog/tss.c +++ b/src/userprog/tss.c @@ -2,6 +2,7 @@ #include #include #include "userprog/gdt.h" +#include "threads/thread.h" #include "threads/palloc.h" #include "threads/vaddr.h" -- 2.30.2