X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Fmalloc.c;h=8e5861ccf23651fb6ae880abce695f8b006f5249;hp=2bb5571e230d3ab483f793729a6c484960b0dc53;hb=f415a37905c57f61b444806bf84f5405184452aa;hpb=fa97205f611b922b85299e79edba9a0bbbe3cfb2 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().