javacommons/fileutils/src/nativefileiohandler.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 78 71ad690e91f5
child 83 26b2b12093af
--- a/javacommons/fileutils/src/nativefileiohandler.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javacommons/fileutils/src/nativefileiohandler.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -18,6 +18,8 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <locale.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <unistd.h>
 #include <string>