javacommons/fileutils/src/nativefileiohandler.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 78 71ad690e91f5
child 83 26b2b12093af
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    16 */
    16 */
    17 
    17 
    18 #include <errno.h>
    18 #include <errno.h>
    19 #include <fcntl.h>
    19 #include <fcntl.h>
    20 #include <locale.h>
    20 #include <locale.h>
       
    21 #include <sys/types.h>
       
    22 #include <sys/stat.h>
    21 #include <unistd.h>
    23 #include <unistd.h>
    22 #include <string>
    24 #include <string>
    23 
    25 
    24 #include "javacommonutils.h"
    26 #include "javacommonutils.h"
    25 #include "jniarrayutils.h"
    27 #include "jniarrayutils.h"