--- Sources/compiler/backendC/CleanCompilerSources/unix_io.c.orig	2010-09-02 11:20:51.000000000 +0200
+++ Sources/compiler/backendC/CleanCompilerSources/unix_io.c	2010-09-02 11:20:58.000000000 +0200
@@ -7,6 +7,7 @@
  ******************************************************************************/
  
 #include "system.h"
+#include <sys/stat.h>
 
 #if !defined (applec) || defined (__MWERKS__)
 #	include <sys/types.h>
@@ -375,7 +376,6 @@
 
 #include <sys/time.h>
 #include <sys/resource.h>
-#include <sys/stat.h>
 
 #ifdef HP
 #	include <unistd.h>
