X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fgdt.h;h=81fe50cbd39c9a0a40642e5ed741001dac726b43;hb=3b458804e1d0a460fb1c90f06f495b9f7a972424;hp=ae89681c1a4176a091cabe131ad224ea3ea9a542;hpb=6c5c6fdfe80bad40c90c19b67f00226610d59a38;p=pintos-anon diff --git a/src/userprog/gdt.h b/src/userprog/gdt.h index ae89681..81fe50c 100644 --- a/src/userprog/gdt.h +++ b/src/userprog/gdt.h @@ -1,7 +1,7 @@ -#ifndef HEADER_GDT_H -#define HEADER_GDT_H 1 +#ifndef USERPROG_GDT_H +#define USERPROG_GDT_H -#include "loader.h" +#include "threads/loader.h" /* Segment selectors. More selectors are defined by the loader in loader.h. */ @@ -12,4 +12,4 @@ void gdt_init (void); -#endif /* gdt.h */ +#endif /* userprog/gdt.h */