X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Ftss.c;h=f103823bb869d765b9fb5e28e1a5bd4d8090f29f;hb=bd2784aef647e8bbbd13eca1ed237e383015c874;hp=dfda3b9857d424dd250f0b4015ba350d9a23f3cc;hpb=8abbb333aea445641d967befd3ca477502ea770b;p=pintos-anon 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).