X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fuserprog%2Fgdt.c;h=42cad61449265c0e1179dfaf0dbc03b57c3010c0;hp=4e338f7604df43a264499b1e95827b68e307825e;hb=f2f8875638593bd5365cfd6a5ba7c9578e52322f;hpb=dca7bfbc436c5305ef8f0df6fbe1faba89a0012e 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"