Fix warning.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 7 May 2007 23:02:07 +0000 (23:02 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 7 May 2007 23:02:07 +0000 (23:02 +0000)
src/userprog/tss.c

index 569e8d183336657aa82e04f882cd9ebd80c65b0d..709dd3a21241459ee59045f95f1cc6a57de72e9e 100644 (file)
@@ -2,6 +2,7 @@
 #include <debug.h>
 #include <stddef.h>
 #include "userprog/gdt.h"
+#include "threads/thread.h"
 #include "threads/palloc.h"
 #include "threads/vaddr.h"