diff --git a/src/userprog/syscall.c b/src/userprog/syscall.c index fd02843..9cd62be 100644 --- a/src/userprog/syscall.c +++ b/src/userprog/syscall.c @@ -11,8 +11,7 @@ #include "threads/synch.h" #include "threads/thread.h" #include "threads/vaddr.h" - -#define pid_t int +#include "userprog/process.h" /* A Lock for mutual exclusion between system calls. */ static struct lock filesys_lock;