]> mj.ucw.cz Git - libucw.git/commitdiff
LibUCW: Added missing includes in <ucw/io.h>
authorPavel Charvat <pchar@ucw.cz>
Tue, 14 Jan 2014 16:08:32 +0000 (17:08 +0100)
committerPavel Charvat <pchar@ucw.cz>
Tue, 14 Jan 2014 16:08:32 +0000 (17:08 +0100)
ucw/io.h

index 85c8bc63dbac8c98f2b02e89d489ea6cd4165dee..739921355fe1513c06d043fe1d5e4d8d91601add 100644 (file)
--- a/ucw/io.h
+++ b/ucw/io.h
@@ -12,6 +12,8 @@
 
 #include <fcntl.h>
 #include <unistd.h>
+#include <sys/stat.h>
+#include <sys/types.h>
 
 #ifdef CONFIG_UCW_CLEAN_ABI
 #define careful_read ucw_careful_read