Fix removal of 'timer.h' include needed for calling timer_sleep in process module

This commit is contained in:
Themis Demetriades
2024-11-06 22:36:43 +00:00
parent 87dd84a9b9
commit 4020a140d2

View File

@@ -20,6 +20,7 @@
#include "threads/thread.h" #include "threads/thread.h"
#include "threads/vaddr.h" #include "threads/vaddr.h"
#include "threads/synch.h" #include "threads/synch.h"
#include "devices/timer.h"
/* Keeps track of the position of pointers to user program arguments /* Keeps track of the position of pointers to user program arguments
within a linked list. */ within a linked list. */