reorder include <sys/types.h> and <sys/types.h>.
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Thu, 29 Sep 2005 07:55:51 +0000 (07:55 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Thu, 29 Sep 2005 07:55:51 +0000 (07:55 -0000)
include/busybox.h

index 4870871f23dd909cf30cf8eab23ce55f3357c98d..f16be706dd1d4c146ea07e900303cbdfe24a7f2b 100644 (file)
@@ -29,8 +29,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 
 #if __GNU_LIBRARY__ < 5 && \
     !defined(__dietlibc__) && \