Redo makefiles.
[pintos-anon] / src / lib / bitmap.c
index 8357d2e1fe2f951a6713efb7572b065e3eb3bb2a..eb18a4963924187b66d6bb17f6aef8a2ff2e8970 100644 (file)
@@ -3,9 +3,9 @@
 #include <limits.h>
 #include "debug.h"
 #include "lib.h"
-#include "malloc.h"
+#include "threads/malloc.h"
 #ifdef FILESYS
-#include "file.h"
+#include "filesys/file.h"
 #endif
 \f
 /* Number of bits in an element. */