mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-02-11 21:35:20 -08:00
Update vesa.c
Fix missing include stddef in vesa.c
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include <stddef.h>
|
||||||
#include "vesa.h"
|
#include "vesa.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "print.h"
|
#include "print.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user