Rename printk() to printf().
[pintos-anon] / src / userprog / tss.c
index 69113e4d36e376424fe9c6a1b916f6f402220602..4e1dc004332549d4e976d60565f24055111131bd 100644 (file)
@@ -1,7 +1,7 @@
-#include "tss.h"
+#include "userprog/tss.h"
+#include <debug.h>
 #include <stddef.h>
-#include "gdt.h"
-#include "lib/debug.h"
+#include "userprog/gdt.h"
 #include "threads/mmu.h"
 #include "threads/palloc.h"