X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fgdt.c;h=42cad61449265c0e1179dfaf0dbc03b57c3010c0;hb=88966c181583326a323c00c64599afcb18ec327f;hp=4e338f7604df43a264499b1e95827b68e307825e;hpb=f6580e9ad405b519dbe85027691bf3c66074b0a4;p=pintos-anon diff --git a/src/userprog/gdt.c b/src/userprog/gdt.c index 4e338f7..42cad61 100644 --- a/src/userprog/gdt.c +++ b/src/userprog/gdt.c @@ -1,6 +1,6 @@ -#include "gdt.h" -#include "tss.h" -#include "lib/debug.h" +#include "userprog/gdt.h" +#include +#include "userprog/tss.h" #include "threads/mmu.h" #include "threads/palloc.h"