javacommons/fileutils/src/nativefileiohandler.cpp
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
--- 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>