X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fvga.c;fp=src%2Fdevices%2Fvga.c;h=bc2d6b72bd561321b16f2c8a877c397c4d7a2a26;hb=f2f8875638593bd5365cfd6a5ba7c9578e52322f;hp=fcdc689e9a1dc6dd8e0dab5d11394a8596f58b78;hpb=dca7bfbc436c5305ef8f0df6fbe1faba89a0012e;p=pintos-anon diff --git a/src/devices/vga.c b/src/devices/vga.c index fcdc689..bc2d6b7 100644 --- a/src/devices/vga.c +++ b/src/devices/vga.c @@ -1,7 +1,8 @@ -#include "vga.h" +#include "devices/vga.h" +#include #include #include -#include "lib/lib.h" +#include #include "threads/io.h" #include "threads/mmu.h"