| branch | GCC_SURGE |
| changeset 55 | d93ef1df440d |
| parent 48 | e0d6e9bd3ca7 |
| child 78 | 71ad690e91f5 |
| child 83 | 26b2b12093af |
--- a/javacommons/fileutils/src/nativefileiohandler.cpp Tue Jun 22 09:54:11 2010 +0100 +++ b/javacommons/fileutils/src/nativefileiohandler.cpp Thu Jul 22 16:31:34 2010 +0100 @@ -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>