From f31f7960bd260cb90ffdd766393d51bd85a547d1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 Jul 2017 15:13:02 +0200 Subject: removed stddef.h and limits.h (come with the compiler header files) added a stub stdint.h (only sometimes comes with the compiler) added a guide on cross compiling adapted to cross compilation, for now tcc works --- src/drivers/video/vga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/video/vga.h b/src/drivers/video/vga.h index 0947856..9a637a2 100644 --- a/src/drivers/video/vga.h +++ b/src/drivers/video/vga.h @@ -4,7 +4,7 @@ #include #include "string.h" -#include "stddef.h" +#include #include "interrupts.h" #include "port.h" -- cgit v1.2.3-54-g00ecf