X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fvga.c;h=949dd975eaec8da2ae0e34551b7ca23765a14792;hb=5440a348242d2a56cee111000b676ac3d7d84ea5;hp=8ab08f6fa821649799d982bda991625847164500;hpb=a0470f561bcaa4de8ca4a85ceb5ebe58495bdeeb;p=pintos-anon diff --git a/src/devices/vga.c b/src/devices/vga.c index 8ab08f6..949dd97 100644 --- a/src/devices/vga.c +++ b/src/devices/vga.c @@ -4,8 +4,8 @@ #include #include #include "threads/io.h" -#include "threads/mmu.h" #include "threads/interrupt.h" +#include "threads/vaddr.h" /* VGA text screen support. See [FREEVGA] for more information. */