X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fuserprog%2Ftss.c;h=f103823bb869d765b9fb5e28e1a5bd4d8090f29f;hp=dfda3b9857d424dd250f0b4015ba350d9a23f3cc;hb=f415a37905c57f61b444806bf84f5405184452aa;hpb=fa97205f611b922b85299e79edba9a0bbbe3cfb2 diff --git a/src/userprog/tss.c b/src/userprog/tss.c index dfda3b9..f103823 100644 --- a/src/userprog/tss.c +++ b/src/userprog/tss.c @@ -2,8 +2,8 @@ #include #include #include "userprog/gdt.h" -#include "threads/mmu.h" #include "threads/palloc.h" +#include "threads/vaddr.h" /* The Task-State Segment (TSS).