Index: uspace/lib/ext4/include/ext4/balloc.h
===================================================================
--- uspace/lib/ext4/include/ext4/balloc.h	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/include/ext4/balloc.h	(revision ee44809554e6c2d5cf6e8a0c13ef3b345c67ff37)
@@ -34,5 +34,5 @@
 #define LIBEXT4_BALLOC_H_
 
-#include <sys/types.h>
+#include <stdint.h>
 #include "types.h"
 
Index: uspace/lib/ext4/include/ext4/bitmap.h
===================================================================
--- uspace/lib/ext4/include/ext4/bitmap.h	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/include/ext4/bitmap.h	(revision ee44809554e6c2d5cf6e8a0c13ef3b345c67ff37)
@@ -34,5 +34,5 @@
 #define LIBEXT4_BITMAP_H_
 
-#include <sys/types.h>
+#include <stdint.h>
 
 extern void ext4_bitmap_free_bit(uint8_t *, uint32_t);
Index: uspace/lib/ext4/include/ext4/block_group.h
===================================================================
--- uspace/lib/ext4/include/ext4/block_group.h	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/include/ext4/block_group.h	(revision ee44809554e6c2d5cf6e8a0c13ef3b345c67ff37)
@@ -36,5 +36,5 @@
 
 #include <block.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include "types.h"
 
Index: uspace/lib/ext4/include/ext4/hash.h
===================================================================
--- uspace/lib/ext4/include/ext4/hash.h	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/include/ext4/hash.h	(revision ee44809554e6c2d5cf6e8a0c13ef3b345c67ff37)
@@ -34,5 +34,4 @@
 #define LIBEXT4_HASH_H_
 
-#include <sys/types.h>
 #include "ext4/types.h"
 
Index: uspace/lib/ext4/include/ext4/inode.h
===================================================================
--- uspace/lib/ext4/include/ext4/inode.h	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/include/ext4/inode.h	(revision ee44809554e6c2d5cf6e8a0c13ef3b345c67ff37)
@@ -36,5 +36,5 @@
 
 #include <block.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include "ext4/types.h"
 
Index: uspace/lib/ext4/include/ext4/superblock.h
===================================================================
--- uspace/lib/ext4/include/ext4/superblock.h	(revision 395df5297112547cc75484be4d30344933b1b413)
+++ uspace/lib/ext4/include/ext4/superblock.h	(revision ee44809554e6c2d5cf6e8a0c13ef3b345c67ff37)
@@ -36,5 +36,5 @@
 
 #include <block.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include "ext4/types.h"
 
