Update vesa.h

Fixing missing stddef include for NULL in vesa.c
This commit is contained in:
2026-01-24 21:53:30 -08:00
committed by GitHub
parent 055e3dce56
commit 0838e71fe3

View File

@@ -3,6 +3,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <stddef.h>
// VESA BIOS Extension 2.0 Function Calls // VESA BIOS Extension 2.0 Function Calls
#define VBE_FUNCTION_SET_MODE 0x4F02 #define VBE_FUNCTION_SET_MODE 0x4F02