Index: boot/generic/src/balloc.c
===================================================================
--- boot/generic/src/balloc.c	(revision dc122622bc947e1d697ecaa0da3e88b197e31f5e)
+++ boot/generic/src/balloc.c	(revision de1712e4e19c9ccc82703e05e5f4805fdb28a75b)
@@ -28,5 +28,5 @@
 
 #include <balloc.h>
-#include <typedefs.h>
+#include <stddef.h>
 #include <align.h>
 
Index: boot/generic/src/inflate.c
===================================================================
--- boot/generic/src/inflate.c	(revision dc122622bc947e1d697ecaa0da3e88b197e31f5e)
+++ boot/generic/src/inflate.c	(revision de1712e4e19c9ccc82703e05e5f4805fdb28a75b)
@@ -65,5 +65,5 @@
  */
 
-#include <typedefs.h>
+#include <stddef.h>
 #include <errno.h>
 #include <memstr.h>
Index: boot/generic/src/memstr.c
===================================================================
--- boot/generic/src/memstr.c	(revision dc122622bc947e1d697ecaa0da3e88b197e31f5e)
+++ boot/generic/src/memstr.c	(revision de1712e4e19c9ccc82703e05e5f4805fdb28a75b)
@@ -28,5 +28,5 @@
 
 #include <memstr.h>
-#include <typedefs.h>
+#include <stddef.h>
 
 /** Move memory block without overlapping.
Index: boot/generic/src/vprintf.c
===================================================================
--- boot/generic/src/vprintf.c	(revision dc122622bc947e1d697ecaa0da3e88b197e31f5e)
+++ boot/generic/src/vprintf.c	(revision de1712e4e19c9ccc82703e05e5f4805fdb28a75b)
@@ -30,5 +30,5 @@
  */
 
-#include <typedefs.h>
+#include <stddef.h>
 #include <printf.h>
 #include <printf_core.h>
