Index: uspace/lib/draw/codec/tga.gz.h
===================================================================
--- uspace/lib/draw/codec/tga.gz.h	(revision abf2dfde554829308532f8d95a182c0db6fcf54c)
+++ uspace/lib/draw/codec/tga.gz.h	(revision aa58e5273640f4e88d38d91130b166d32dc3b039)
@@ -37,5 +37,5 @@
 #define DRAW_CODEC_TGA_GZ_H_
 
-#include <sys/types.h>
+#include <stddef.h>
 #include "../surface.h"
 
Index: uspace/lib/draw/codec/tga.h
===================================================================
--- uspace/lib/draw/codec/tga.h	(revision abf2dfde554829308532f8d95a182c0db6fcf54c)
+++ uspace/lib/draw/codec/tga.h	(revision aa58e5273640f4e88d38d91130b166d32dc3b039)
@@ -38,5 +38,5 @@
 #define DRAW_CODEC_TGA_H_
 
-#include <sys/types.h>
+#include <stddef.h>
 #include "../surface.h"
 
Index: uspace/lib/draw/codec/webp.c
===================================================================
--- uspace/lib/draw/codec/webp.c	(revision abf2dfde554829308532f8d95a182c0db6fcf54c)
+++ uspace/lib/draw/codec/webp.c	(revision aa58e5273640f4e88d38d91130b166d32dc3b039)
@@ -40,4 +40,5 @@
 #include <pixconv.h>
 #include <sys/types.h>
+#include <stdint.h>
 #include <abi/fourcc.h>
 #include "webp.h"
Index: uspace/lib/draw/codec/webp.h
===================================================================
--- uspace/lib/draw/codec/webp.h	(revision abf2dfde554829308532f8d95a182c0db6fcf54c)
+++ uspace/lib/draw/codec/webp.h	(revision aa58e5273640f4e88d38d91130b166d32dc3b039)
@@ -37,5 +37,5 @@
 #define DRAW_CODEC_WEBP_H_
 
-#include <sys/types.h>
+#include <stddef.h>
 #include "../surface.h"
 
