Index: uspace/lib/ext4/src/balloc.c
===================================================================
--- uspace/lib/ext4/src/balloc.c	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/src/balloc.c	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -36,5 +36,5 @@
 
 #include <errno.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include "ext4/balloc.h"
 #include "ext4/bitmap.h"
Index: uspace/lib/ext4/src/bitmap.c
===================================================================
--- uspace/lib/ext4/src/bitmap.c	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/src/bitmap.c	(revision 8d2dd7f2d52fbc7693f94b66e451eeff3756d061)
@@ -37,5 +37,5 @@
 #include <errno.h>
 #include <block.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include "ext4/bitmap.h"
 
