aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnton S <lfxgroove@zoho.com>2016-04-29 10:30:46 +0200
committerAnton S <lfxgroove@zoho.com>2016-04-29 10:30:46 +0200
commit5fec8c0cea7a42b7e07b07db61caa05003cd0687 (patch)
tree51916873791d0eb910eecfe0dbf301f30dac9e14 /src
parent9b26b93ab71a4f81d6189780f0059a9edf6b9b07 (diff)
downloadpintos-rs-5fec8c0cea7a42b7e07b07db61caa05003cd0687.tar.gz
Included init.h for power_off() in process.c
Diffstat (limited to 'src')
-rw-r--r--src/userprog/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userprog/process.c b/src/userprog/process.c
index 7df8778..b4177d0 100644
--- a/src/userprog/process.c
+++ b/src/userprog/process.c
@@ -12,6 +12,7 @@
#include "threads/thread.h"
#include "threads/vaddr.h" /* PHYS_BASE */
#include "threads/interrupt.h" /* if_ */
+#include "threads/init.h" /* power_off() */
/* Headers not yet used that you may need for various reasons. */
#include "threads/synch.h"