X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fmalloc.c;h=8e5861ccf23651fb6ae880abce695f8b006f5249;hb=f415a37905c57f61b444806bf84f5405184452aa;hp=2bb5571e230d3ab483f793729a6c484960b0dc53;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/threads/malloc.c b/src/threads/malloc.c index 2bb5571..8e5861c 100644 --- a/src/threads/malloc.c +++ b/src/threads/malloc.c @@ -5,9 +5,9 @@ #include #include #include -#include "threads/mmu.h" #include "threads/palloc.h" #include "threads/synch.h" +#include "threads/vaddr.h" /* A simple implementation of malloc().