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