Move pagedir stuff into userprog.
[pintos-anon] / src / threads / interrupt.c
index fca145e10b96244cd8ee2872f76f46c432528854..8e7d575afe7928ac5f22c57c11719e2107dcae50 100644 (file)
@@ -3,6 +3,7 @@
 #include <inttypes.h>
 #include <stdint.h>
 #include <stdio.h>
+#include "threads/flags.h"
 #include "threads/intr-stubs.h"
 #include "threads/io.h"
 #include "threads/mmu.h"