From eff82c45c589b42061344039d5f2efc8ad7c52df Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 21 Apr 2023 19:53:04 -0400 Subject: libfdt port and the required libc functions --- include/stddef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/stddef.h') diff --git a/include/stddef.h b/include/stddef.h index 998f53d..a80cafb 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -3,5 +3,7 @@ #define NULL ((void*)0) typedef unsigned long size_t; +typedef unsigned int wchar_t; +typedef unsigned int wint_t; #endif /* _STDDEF_H_ */ -- cgit v1.2.3