]> gcc.gnu.org Git - gcc.git/commitdiff
include <sys/types.h> before <sys/stat.h>.
authorPer Bothner <bothner@gcc.gnu.org>
Wed, 13 Oct 1993 18:02:41 +0000 (11:02 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 13 Oct 1993 18:02:41 +0000 (11:02 -0700)
From-SVN: r5772

gcc/fix-header.c

index d0437298561c801b38185a7c5654efe6ae56e6fc..493de58e5f87eb13c61b539c5509179e692a3989 100644 (file)
@@ -73,8 +73,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include <stdio.h>
 #include <ctype.h>
-#include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #ifndef O_RDONLY
 #define O_RDONLY 0
 #endif
This page took 0.065189 seconds and 5 git commands to generate.