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=28235af6141a0fd7ed6a57298ede87471ec4e542;hb=9b16dc8bd3273cb0f88e5410e42eb886b8da992a;hp=7261fc47ae03229634228e830ec0dfc8eea8eab9;hpb=86ecd3fa0b83c81cfe3d3195f5291e84836850bf;p=pintos-anon diff --git a/src/devices/vga.c b/src/devices/vga.c index 7261fc4..28235af 100644 --- a/src/devices/vga.c +++ b/src/devices/vga.c @@ -1,8 +1,8 @@ #include "vga.h" #include #include -#include #include "io.h" +#include "lib.h" #include "mmu.h" static size_t vga_cols, vga_rows;