diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-29 07:55:51 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-09-29 07:55:51 +0000 |
commit | 843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1 (patch) | |
tree | 48a0fedc60356165adbeb04570bc31f25e0affcc | |
parent | 69d728be18f6780421c71390ab15e3ae9374e3b2 (diff) | |
download | busybox-w32-843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1.tar.gz busybox-w32-843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1.tar.bz2 busybox-w32-843c5ef0f95e0a6f61f4e27d0355aca5e09ee6b1.zip |
reorder include <sys/types.h> and <sys/types.h>.
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h index 4870871f2..f16be706d 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -29,8 +29,8 @@ | |||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include <stdarg.h> | 31 | #include <stdarg.h> |
32 | #include <sys/stat.h> | ||
33 | #include <sys/types.h> | 32 | #include <sys/types.h> |
33 | #include <sys/stat.h> | ||
34 | 34 | ||
35 | #if __GNU_LIBRARY__ < 5 && \ | 35 | #if __GNU_LIBRARY__ < 5 && \ |
36 | !defined(__dietlibc__) && \ | 36 | !defined(__dietlibc__) && \ |