X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fsyscall.c;h=e6dfe94fb354b6162e92eb4c3b79719103426d43;hb=f6580e9ad405b519dbe85027691bf3c66074b0a4;hp=6084726f607506aa97a137c98303dc9732364a8d;hpb=8d321fddc6a25651e7fccacfe46b0ff1c4e52501;p=pintos-anon diff --git a/src/userprog/syscall.c b/src/userprog/syscall.c index 6084726..e6dfe94 100644 --- a/src/userprog/syscall.c +++ b/src/userprog/syscall.c @@ -1,7 +1,7 @@ #include "syscall.h" -#include "lib.h" -#include "interrupt.h" -#include "thread.h" +#include "lib/lib.h" +#include "threads/interrupt.h" +#include "threads/thread.h" static void syscall_handler (struct intr_frame *);