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/gui/composite_widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/composite_widget.c') diff --git a/src/gui/composite_widget.c b/src/gui/composite_widget.c index 743360f..07056c0 100644 --- a/src/gui/composite_widget.c +++ b/src/gui/composite_widget.c @@ -1,7 +1,7 @@ #include "composite_widget.h" #include "string.h" -#include "stddef.h" +#include static composite_widget_vtable_t const composite_widget_vtable = { { -- cgit v1.2.3-54-g00ecf