X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fuserprog%2Ftss.c;h=4e1dc004332549d4e976d60565f24055111131bd;hp=69113e4d36e376424fe9c6a1b916f6f402220602;hb=f2f8875638593bd5365cfd6a5ba7c9578e52322f;hpb=dca7bfbc436c5305ef8f0df6fbe1faba89a0012e diff --git a/src/userprog/tss.c b/src/userprog/tss.c index 69113e4..4e1dc00 100644 --- a/src/userprog/tss.c +++ b/src/userprog/tss.c @@ -1,7 +1,7 @@ -#include "tss.h" +#include "userprog/tss.h" +#include #include -#include "gdt.h" -#include "lib/debug.h" +#include "userprog/gdt.h" #include "threads/mmu.h" #include "threads/palloc.h"